Files
Froxlor/templates/Classic/admin/admins/admins_add.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

26 lines
833 B
Smarty

$header
<form method="post" action="$filename">
<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