mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Web Admin roster page: move the AddJID textbox to top (#4067)
This commit is contained in:
parent
9c6fe98f76
commit
db03c7428c
1 changed files with 3 additions and 3 deletions
|
@ -1127,11 +1127,11 @@ user_roster(User, Server, Query, Lang) ->
|
|||
++
|
||||
[?XAE(<<"form">>,
|
||||
[{<<"action">>, <<"">>}, {<<"method">>, <<"post">>}],
|
||||
(FItems ++
|
||||
[?P, ?INPUT(<<"text">>, <<"newjid">>, <<"">>),
|
||||
( [?P, ?INPUT(<<"text">>, <<"newjid">>, <<"">>),
|
||||
?C(<<" ">>),
|
||||
?INPUTT(<<"submit">>, <<"addjid">>,
|
||||
?T("Add Jabber ID"))]))].
|
||||
?T("Add Jabber ID"))]
|
||||
++ FItems))].
|
||||
|
||||
build_contact_jid_td(RosterJID) ->
|
||||
ContactJID = jid:make(RosterJID),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue