mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-10 15:47:30 +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 -> []
|
||||
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">>}],
|
||||
|
Loading…
Reference in New Issue
Block a user