Added resize plugin to flot, removed inline css
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
8
templates/Sparkle/misc/dberrornice.tpl
vendored
8
templates/Sparkle/misc/dberrornice.tpl
vendored
@@ -30,18 +30,18 @@
|
||||
<div class="error">
|
||||
<p><TEXT></p>
|
||||
<p> </p>
|
||||
<pre style="overflow:auto;"><DEBUG></pre>
|
||||
<pre class="overflow"><DEBUG></pre>
|
||||
<p> </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>
|
||||
|
||||
|
||||
2
templates/Sparkle/misc/form/table_end.tpl
vendored
2
templates/Sparkle/misc/form/table_end.tpl
vendored
@@ -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>
|
||||
|
||||
6
templates/Sparkle/misc/form/table_row.tpl
vendored
6
templates/Sparkle/misc/form/table_row.tpl
vendored
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
4
templates/Sparkle/misc/phperrornice.tpl
vendored
4
templates/Sparkle/misc/phperrornice.tpl
vendored
@@ -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> </p>
|
||||
<pre style="overflow:auto;"><DEBUG></pre>
|
||||
<pre class="overflow"><DEBUG></pre>
|
||||
<p> </p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
2
templates/Sparkle/misc/question_yesno.tpl
vendored
2
templates/Sparkle/misc/question_yesno.tpl
vendored
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user