Added resize plugin to flot, removed inline css

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2013-12-29 16:39:47 +01:00
parent 34b4aaa828
commit 675e93b99a
86 changed files with 945 additions and 1228 deletions

View File

@@ -2,8 +2,7 @@ $header
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/user_edit_big.png" alt="{$title}" />&nbsp;
{$title}
<img src="templates/{$theme}/assets/img/icons/user_edit_big.png" alt="{$title}" />&nbsp;{$title}
</h2>
</header>
@@ -16,21 +15,15 @@ $header
<section class="fullform bradius">
<form action="{$linker->getLink(array('section' => 'admins'))}" method="post" enctype="application/x-www-form-urlencoded">
<fieldset>
<legend>Froxlor&nbsp;-&nbsp;{$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="id" value="$id" />
<input type="hidden" name="send" value="send" />
<table class="formtable">
{$admin_edit_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="id" value="$id" />
<input type="hidden" name="send" value="send" />
</p>
</fieldset>
<table class="formtable">
{$admin_edit_form}
</table>
</form>
</section>
@@ -39,8 +32,8 @@ $header
<br />
<article>
<section class="fullform bradius">
<p style="margin-left:15px;">
<span style="color:#ff0000;">*</span>: {$lng['admin']['valuemandatory']}
<p>
<span class="red">*</span>: {$lng['admin']['valuemandatory']}
</p>
</section>
</article>