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

@@ -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>