mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
Add rx_ajax class to login form in xedition
This commit is contained in:
parent
ebcd6ceadd
commit
85ceb564fa
1 changed files with 1 additions and 1 deletions
|
|
@ -459,7 +459,7 @@
|
|||
<h1>LOGIN</h1>
|
||||
</div>
|
||||
<div class="login-body">
|
||||
<form action="{getUrl('', 'act', 'procMemberLogin')}" method="post" autocomplete="off">
|
||||
<form action="{getUrl('', 'act', 'procMemberLogin')}" class="rx_ajax" method="post" autocomplete="off">
|
||||
<input type="hidden" name="act" value="procMemberLogin" />
|
||||
<input type="hidden" name="success_return_url" value="{getCurrentPageUrl()}" />
|
||||
<input type="hidden" name="xe_validator_id" value="layouts/xedition/layout/1" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue