mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 12:00:15 +02:00
Fix section links to the Guide in the WebAdmin
This commit is contained in:
parent
cf2f80bd09
commit
04a315eb52
2 changed files with 9 additions and 9 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue