24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

Set LTR direction to Raw links (#650)

This commit is contained in:
Badlop 2015-07-15 18:51:17 +02:00
parent c012d7555b
commit f4376671ac

View File

@ -706,7 +706,7 @@ process_admin(Host,
nothing -> []
end
++
[?XE(<<"p">>, [?ACT(<<"../acls-raw/">>, <<"Raw">>)])] ++
[?XAE(<<"p">>, direction(ltr), [?ACT(<<"../acls-raw/">>, <<"Raw">>)])] ++
[?XAE(<<"form">>,
[{<<"action">>, <<"">>}, {<<"method">>, <<"post">>}],
[acls_to_xhtml(ACLs), ?BR,
@ -805,7 +805,7 @@ process_admin(Host,
nothing -> []
end
++
[?XE(<<"p">>, [?ACT(<<"../access-raw/">>, <<"Raw">>)])]
[?XAE(<<"p">>, direction(ltr), [?ACT(<<"../access-raw/">>, <<"Raw">>)])]
++
[?XAE(<<"form">>,
[{<<"action">>, <<"">>}, {<<"method">>, <<"post">>}],