Added resize plugin to flot, removed inline css
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
26
templates/Sparkle/admin/admins/admins_add.tpl
vendored
26
templates/Sparkle/admin/admins/admins_add.tpl
vendored
@@ -10,20 +10,14 @@ $header
|
||||
<section class="fullform bradius">
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'admins'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {$title}</legend>
|
||||
<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="formtable">
|
||||
{$admin_add_form}
|
||||
</table>
|
||||
|
||||
<p style="display: none;">
|
||||
<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" />
|
||||
</p>
|
||||
</fieldset>
|
||||
<table class="formtable">
|
||||
{$admin_add_form}
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</section>
|
||||
@@ -32,9 +26,9 @@ $header
|
||||
<br />
|
||||
<article>
|
||||
<section class="fullform bradius">
|
||||
<p style="margin-left:15px;">
|
||||
<span style="color:#ff0000;">*</span>: {$lng['admin']['valuemandatory']}<br />
|
||||
<span style="color:#ff0000;">**</span>: {$lng['admin']['valuemandatorycompany']}
|
||||
<p>
|
||||
<span class="red">*</span>: {$lng['admin']['valuemandatory']}<br />
|
||||
<span class="red">**</span>: {$lng['admin']['valuemandatorycompany']}
|
||||
</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user