Updated HTMLform2 with some tweaks
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
@@ -2,7 +2,7 @@ $header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/user_edit_big.png" alt="{$title}" />
|
||||
<img src="templates/{$theme}/assets/img/icons/user_edit_big.png" />
|
||||
{$lng['admin']['customer_edit']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
2
templates/Sparkle/htmlform/checkbox.tpl
vendored
2
templates/Sparkle/htmlform/checkbox.tpl
vendored
@@ -1 +1 @@
|
||||
<input {$attributes} />{$sublabel}
|
||||
<label><input {$attributes} /><if $labelHidden == false>{$label}</if></label>
|
||||
|
||||
4
templates/Sparkle/htmlform/skeleton_checkbox.tpl
vendored
Normal file
4
templates/Sparkle/htmlform/skeleton_checkbox.tpl
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<tr>
|
||||
<td><label for="{$fieldname}">{$label}</label><if $desc != ''><br /><small>{$desc}</small></if></td>
|
||||
<td>{$field}</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user