mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix section links to the Guide in the WebAdmin
This commit is contained in:
parent
cf2f80bd09
commit
04a315eb52
@ -735,7 +735,7 @@ process_admin(Host,
|
||||
[{{acl, '$1', '$2'}}]}])),
|
||||
{NumLines, ACLsP} = term_to_paragraph(ACLs, 80),
|
||||
make_xhtml((?H1GL((?T(<<"Access Control Lists">>)),
|
||||
<<"acl-definition">>, <<"ACL Definition">>))
|
||||
<<"acldefinition">>, <<"ACL Definition">>))
|
||||
++
|
||||
case Res of
|
||||
ok -> [?XREST(<<"Submitted">>)];
|
||||
@ -771,7 +771,7 @@ process_admin(Host,
|
||||
[{{acl, {'$1', Host}, '$2'}, [],
|
||||
[{{acl, '$1', '$2'}}]}])),
|
||||
make_xhtml((?H1GL((?T(<<"Access Control Lists">>)),
|
||||
<<"acl-definition">>, <<"ACL Definition">>))
|
||||
<<"acldefinition">>, <<"ACL Definition">>))
|
||||
++
|
||||
case Res of
|
||||
ok -> [?XREST(<<"Submitted">>)];
|
||||
@ -837,7 +837,7 @@ process_admin(Host,
|
||||
[{{access, '$1', '$2'}}]}]),
|
||||
{NumLines, AccessP} = term_to_paragraph(lists:keysort(2,Access), 80),
|
||||
make_xhtml((?H1GL((?T(<<"Access Rules">>)),
|
||||
<<"access-rights">>, <<"Access Rights">>))
|
||||
<<"accessrights">>, <<"Access Rights">>))
|
||||
++
|
||||
case Res of
|
||||
ok -> [?XREST(<<"Submitted">>)];
|
||||
@ -870,7 +870,7 @@ process_admin(Host,
|
||||
[{{access, {'$1', Host}, '$2'}, [],
|
||||
[{{access, '$1', '$2'}}]}]),
|
||||
make_xhtml((?H1GL((?T(<<"Access Rules">>)),
|
||||
<<"access-rights">>, <<"Access Rights">>))
|
||||
<<"accessrights">>, <<"Access Rights">>))
|
||||
++
|
||||
case Res of
|
||||
ok -> [?XREST(<<"Submitted">>)];
|
||||
@ -929,7 +929,7 @@ process_admin(global,
|
||||
lang = Lang}) ->
|
||||
Res = list_vhosts(Lang, AJID),
|
||||
make_xhtml((?H1GL((?T(<<"Virtual Hosts">>)),
|
||||
<<"virtual-hosting">>, <<"Virtual Hosting">>))
|
||||
<<"virtualhosting">>, <<"Virtual Hosting">>))
|
||||
++ Res,
|
||||
global, Lang, AJID);
|
||||
process_admin(Host,
|
||||
@ -2114,7 +2114,7 @@ get_node(global, Node, [<<"ports">>], Query, Lang) ->
|
||||
[]])),
|
||||
H1String = <<(?T(<<"Listened Ports at ">>))/binary,
|
||||
(iolist_to_binary(atom_to_list(Node)))/binary>>,
|
||||
(?H1GL(H1String, <<"listening-ports">>, <<"Listening Ports">>))
|
||||
(?H1GL(H1String, <<"listeningports">>, <<"Listening Ports">>))
|
||||
++
|
||||
case Res of
|
||||
ok -> [?XREST(<<"Submitted">>)];
|
||||
@ -2142,7 +2142,7 @@ get_node(Host, Node, [<<"modules">>], Query, Lang)
|
||||
NewModules = lists:sort(ejabberd_cluster:call(Node, gen_mod,
|
||||
loaded_modules_with_opts, [Host])),
|
||||
H1String = list_to_binary(io_lib:format(?T(<<"Modules at ~p">>), [Node])),
|
||||
(?H1GL(H1String, <<"modules-overview">>,
|
||||
(?H1GL(H1String, <<"modulesoverview">>,
|
||||
<<"Modules Overview">>))
|
||||
++
|
||||
case Res of
|
||||
|
@ -1160,7 +1160,7 @@ list_shared_roster_groups(Host, Query, Lang) ->
|
||||
[?INPUTT(<<"submit">>, <<"addnew">>,
|
||||
<<"Add New">>)])])]))])),
|
||||
(?H1GL((?T(<<"Shared Roster Groups">>)),
|
||||
<<"modsharedroster">>, <<"mod_shared_roster">>))
|
||||
<<"mod_shared_roster">>, <<"mod_shared_roster">>))
|
||||
++
|
||||
case Res of
|
||||
ok -> [?XREST(<<"Submitted">>)];
|
||||
@ -1254,7 +1254,7 @@ shared_roster_group(Host, Group, Query, Lang) ->
|
||||
<<"20">>,
|
||||
list_to_binary(FDisplayedGroups))])])])])),
|
||||
(?H1GL((?T(<<"Shared Roster Groups">>)),
|
||||
<<"modsharedroster">>, <<"mod_shared_roster">>))
|
||||
<<"mod_shared_roster">>, <<"mod_shared_roster">>))
|
||||
++
|
||||
[?XC(<<"h2">>, <<(?T(<<"Group ">>))/binary, Group/binary>>)] ++
|
||||
case Res of
|
||||
|
Loading…
Reference in New Issue
Block a user