Merge pull request #1395 from Neozonz/issue-1392
Mobile template changes/updates
This commit is contained in:
commit
ef462bebf1
1
public/templates/mobile/account/unlock/default.tpl
Normal file
1
public/templates/mobile/account/unlock/default.tpl
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
||||||
@ -1,5 +1,4 @@
|
|||||||
{include file="global/block_header.tpl" BLOCK_HEADER="Change Password"}
|
<form action="{$smarty.server.SCRIPT_NAME}" method="post">
|
||||||
<form action="{$smarty.server.SCRIPT_NAME}" method="post">
|
|
||||||
<input type="hidden" name="token" value="{$smarty.request.token|escape}">
|
<input type="hidden" name="token" value="{$smarty.request.token|escape}">
|
||||||
<input type="hidden" name="page" value="{$smarty.request.page|escape}">
|
<input type="hidden" name="page" value="{$smarty.request.page|escape}">
|
||||||
<input type="hidden" name="action" value="{$smarty.request.action|escape}">
|
<input type="hidden" name="action" value="{$smarty.request.action|escape}">
|
||||||
@ -9,4 +8,3 @@
|
|||||||
<tr><td>New Password Repeat: </td><td><input type="password" name="newPassword2"></td></tr>
|
<tr><td>New Password Repeat: </td><td><input type="password" name="newPassword2"></td></tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
<input type="submit" class="submit long" value="Change Password"></form>
|
<input type="submit" class="submit long" value="Change Password"></form>
|
||||||
{include file="global/block_footer.tpl"}
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user