36 lines
847 B
Smarty
36 lines
847 B
Smarty
$header
|
|
<article>
|
|
<header>
|
|
<h2>
|
|
<img src="templates/{$theme}/assets/img/icons/user_add_big.png" />
|
|
{$lng['admin']['admin_add']}
|
|
</h2>
|
|
</header>
|
|
|
|
<section>
|
|
|
|
<form action="{$linker->getLink(array('section' => 'admins'))}" 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">
|
|
{$admin_add_form}
|
|
</table>
|
|
</form>
|
|
|
|
</section>
|
|
|
|
</article>
|
|
<br />
|
|
<article>
|
|
<section>
|
|
<p>
|
|
<span class="red">*</span>: {$lng['admin']['valuemandatory']}<br />
|
|
<span class="red">**</span>: {$lng['admin']['valuemandatorycompany']}
|
|
</p>
|
|
</section>
|
|
</article>
|
|
$footer
|