Added resize plugin to flot, removed inline css
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
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>
|
||||
|
||||
Reference in New Issue
Block a user