Files
Froxlor/templates/Classic/admin/admins/admins_add.tpl
Florian Aders (EleRas) c5e8786670 Implemented linker - class for admin_admins.php
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
2011-06-13 17:57:17 +02:00

26 lines
872 B
Smarty

$header
<form method="post" action="{$linker->getLink(array('section' => 'admins'))}">
<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>
{$admin_add_form}
</table>
</form>
<br />
<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable_60">
<tr>
<td class="main_field_name">*: {$lng['admin']['valuemandatory']}</td>
</tr>
<tr>
<td class="main_field_name">**: {$lng['admin']['valuemandatorycompany']}</td>
</tr>
</table>
<br />
<br />
$footer