Files
Froxlor/templates/Maketank/customer/extras/htpasswds_add.tpl
2016-12-16 13:23:16 +01:00

27 lines
632 B
Smarty

$header
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/htpasswd_add_big.png" alt="{$title}" />&nbsp;
{$title}
</h2>
</header>
<section>
<form action="{$linker->getLink(array('section' => 'extras'))}" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="action" value="$action" />
<input type="hidden" name="send" value="send" />
<table class="full">
{$htpasswd_add_form}
</table>
</form>
</section>
</article>
$footer