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