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:
parent
c012d7555b
commit
f4376671ac
@ -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">>}],
|
||||||
|
Loading…
Reference in New Issue
Block a user