Files
Froxlor/templates/Classic/admin/domains/domains_edit.tpl
Florian Aders (EleRas) 163228ff75 Implemented linker - class for admin_domains.php (templates only)
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
2011-06-13 19:35:50 +02:00

18 lines
625 B
Smarty

$header
<form method="post" action="{$linker->getLink(array('section' => 'domains'))}">
<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="id" value="$id" />
<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="" />&nbsp;{$title}</b></td>
</tr>
{$domain_edit_form}
</table>
</form>
<br />
<br />
$footer