Files
Froxlor/templates/Classic/customer/extras/htpasswds_add.tpl
2011-06-13 20:50:41 +02:00

16 lines
584 B
Smarty

$header
<form method="post" action="{$linker->getLink(array('section' => 'extras'))}">
<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 cellpadding="5" cellspacing="4" border="0" align="center" class="maintable_60">
<tr>
<td class="maintitle" colspan="2"><b><img src="images/Classic/title.gif" alt="{$title}" />&nbsp;{$title}</b></td>
</tr>
{$htpasswd_add_form}
</table>
</form>
<br />
<br />
$footer