mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-28 16:34:13 +01:00
Web Admin roster page: move the AddJID textbox to top (#4067)
This commit is contained in:
parent
9c6fe98f76
commit
db03c7428c
@ -1127,11 +1127,11 @@ user_roster(User, Server, Query, Lang) ->
|
|||||||
++
|
++
|
||||||
[?XAE(<<"form">>,
|
[?XAE(<<"form">>,
|
||||||
[{<<"action">>, <<"">>}, {<<"method">>, <<"post">>}],
|
[{<<"action">>, <<"">>}, {<<"method">>, <<"post">>}],
|
||||||
(FItems ++
|
( [?P, ?INPUT(<<"text">>, <<"newjid">>, <<"">>),
|
||||||
[?P, ?INPUT(<<"text">>, <<"newjid">>, <<"">>),
|
|
||||||
?C(<<" ">>),
|
?C(<<" ">>),
|
||||||
?INPUTT(<<"submit">>, <<"addjid">>,
|
?INPUTT(<<"submit">>, <<"addjid">>,
|
||||||
?T("Add Jabber ID"))]))].
|
?T("Add Jabber ID"))]
|
||||||
|
++ FItems))].
|
||||||
|
|
||||||
build_contact_jid_td(RosterJID) ->
|
build_contact_jid_td(RosterJID) ->
|
||||||
ContactJID = jid:make(RosterJID),
|
ContactJID = jid:make(RosterJID),
|
||||||
|
Loading…
Reference in New Issue
Block a user