25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01: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 -> [] nothing -> []
end end
++ ++
[?XE(<<"p">>, [?ACT(<<"../acls-raw/">>, <<"Raw">>)])] ++ [?XAE(<<"p">>, direction(ltr), [?ACT(<<"../acls-raw/">>, <<"Raw">>)])] ++
[?XAE(<<"form">>, [?XAE(<<"form">>,
[{<<"action">>, <<"">>}, {<<"method">>, <<"post">>}], [{<<"action">>, <<"">>}, {<<"method">>, <<"post">>}],
[acls_to_xhtml(ACLs), ?BR, [acls_to_xhtml(ACLs), ?BR,
@ -805,7 +805,7 @@ process_admin(Host,
nothing -> [] nothing -> []
end end
++ ++
[?XE(<<"p">>, [?ACT(<<"../access-raw/">>, <<"Raw">>)])] [?XAE(<<"p">>, direction(ltr), [?ACT(<<"../access-raw/">>, <<"Raw">>)])]
++ ++
[?XAE(<<"form">>, [?XAE(<<"form">>,
[{<<"action">>, <<"">>}, {<<"method">>, <<"post">>}], [{<<"action">>, <<"">>}, {<<"method">>, <<"post">>}],