Files
Froxlor/templates/Froxlor/admin/index/change_password.tpl
Michael Kaufmann (d00p) d6b4bd8d36 add new images and templates for re-design
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
2011-02-08 10:30:03 +01:00

37 lines
1.2 KiB
Smarty

$header
<article>
<header>
<h2>
<img src="images/Froxlor/icons/encrypted.png" alt="" />&nbsp;
{$lng['menue']['main']['changepassword']}
</h2>
</header>
<section class="tinyform bradiusodd">
<form method="post" action="$filename" 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 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