Skip to content

Commit

Permalink
Web Admin roster page: move the AddJID textbox to top (#4067)
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jul 24, 2023
1 parent 9c6fe98 commit db03c74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mod_roster.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit db03c74

Please sign in to comment.