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

@@ -30,18 +30,18 @@
<div class="error">
<p><TEXT></p>
<p>&nbsp;</p>
<pre style="overflow:auto;"><DEBUG></pre>
<pre class="overflow"><DEBUG></pre>
<p>&nbsp;</p>
</div>
</div>
<aside>
<div style="float:left;">
<div class="left">
<a href="#" title="Click here to go back" id="historyback">Go back</a>
</div>
<div style="float:right;">
<div class="right">
<REPORT>
</div>
<div style="clear:both;"></div>
<div class="clear"></div>
</aside>
</section>

View File

@@ -1,6 +1,6 @@
<tfoot>
<tr>
<td colspan="2" style="text-align:right;">
<td colspan="2" class="right">
<input type="reset" value="{$lng['panel']['cancel']}" class="historyback" />
<input type="submit" value="{$lng['panel']['save']}" />
</td>

View File

@@ -1,8 +1,8 @@
<tr>
<td{$style} class="formlabeltd" style="width:50%">
<label for="{$fieldname}">{$label}{$mandatory}:
<td class="formlabeltd">
<label for="{$fieldname}"><strong>{$label}</strong>{$mandatory}:
<if $desc != ''>
<br /><span style="font-size:85%;">{$desc}</span>
<br /><small>{$desc}</small>
</if>
</label>
</td>

View File

@@ -2,7 +2,7 @@
<th>
{$title}
</th>
<th style="text-align:right;">
<th class="right">
<input type="reset" value="{$lng['panel']['cancel']}" class="historyback" />
<input type="submit" value="{$lng['panel']['save']}" />
</th>

View File

@@ -1,10 +1,10 @@
<div class="messagewrapperfull" style="margin-top:50px;margin-bottom:-55px">
<div class="messagewrapperfull" class="phperror">
<div class="warningcontainer bradius">
<div class="warningtitle">PHP warning/error</div>
<div class="warning">
<p><TEXT></p>
<p>&nbsp;</p>
<pre style="overflow:auto;"><DEBUG></pre>
<pre class="overflow"><DEBUG></pre>
<p>&nbsp;</p>
</div>
</div>

View File

@@ -5,7 +5,7 @@ $header
<div class="warningtitle">{$lng['question']['question']}</div>
<div class="warning">
$text
<div style="text-align:right;margin-top:10px;">
<div>
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="send" value="send" />
{$hiddenparams}

View File

@@ -6,7 +6,7 @@ $header
<div class="warning">
$text
<div class="messagecheckbox">$checkbox</div>
<div style="text-align:right;margin-top:10px;">
<div>
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="send" value="send" />
{$hiddenparams}