Files
Froxlor/templates/Sparkle/customer/index/change_password.tpl
2013-10-03 21:21:54 +02:00

45 lines
1.6 KiB
Smarty

$header
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/encrypted.png" alt="" />&nbsp;
{$lng['menue']['main']['changepassword']}
</h2>
</header>
<section class="tinyform bradius">
<form method="post" action="{$linker->getLink(array('section' => 'index'))}" enctype="application/x-www-form-urlencoded">
<fieldset>
<legend>Froxlor&nbsp;-&nbsp{$lng['menue']['main']['changepassword']}</legend>
<p>
<label for="old_password">{$lng['changepassword']['old_password']}:</label>&nbsp;
<input type="password" id="old_password" name="old_password" />
</p>
<p>
<label for="new_password">{$lng['changepassword']['new_password']}:</label>&nbsp;
<input type="password" id="new_password" name="new_password" />
</p>
<p>
<label for="new_password_confirm">{$lng['changepassword']['new_password_confirm']}:</label>&nbsp;
<input type="password" id="new_password_confirm" name="new_password_confirm" />
</p>
<p>
<input type="checkbox" name="change_main_ftp" id="change_main_ftp" value="true" />&nbsp;
{$lng['changepassword']['also_change_ftp']}
</p>
<p>
<input type="checkbox" name="change_webalizer" id="change_webalizer" value="true" />&nbsp;
{$lng['changepassword']['also_change_webalizer']}
</p>
<p class="submit">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="send" value="send" />
<input type="submit" value="{$lng['menue']['main']['changepassword']}" />
</p>
</fieldset>
</form>
</section>
</article>
$footer