welcome on board new 'Sparkle' theme and also welcome on board BNoiZe as theme maintainer (creater of Sparkle theme)
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
1
templates/Sparkle/misc/form/input_text.tpl
vendored
Normal file
1
templates/Sparkle/misc/form/input_text.tpl
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<input type="{$type}" name="{$fieldname}" id="{$fieldname}" value="{$value}"{$extras} />{$ulfield}
|
||||
1
templates/Sparkle/misc/form/input_textarea.tpl
vendored
Normal file
1
templates/Sparkle/misc/form/input_textarea.tpl
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<textarea name="{$fieldname}" id="{$fieldname}" {$extras}>{$value}</textarea>
|
||||
6
templates/Sparkle/misc/form/table_end.tpl
vendored
Normal file
6
templates/Sparkle/misc/form/table_end.tpl
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<tr>
|
||||
<td colspan="2" style="text-align:right;">
|
||||
<input type="reset" value="{$lng['panel']['reset']}" />
|
||||
<input type="submit" value="{$lng['panel']['save']}" />
|
||||
</td>
|
||||
</tr>
|
||||
12
templates/Sparkle/misc/form/table_row.tpl
vendored
Normal file
12
templates/Sparkle/misc/form/table_row.tpl
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<tr>
|
||||
<td{$style} class="formlabeltd">
|
||||
<label for="{$fieldname}">{$label}{$mandatory}:
|
||||
<if $desc != ''>
|
||||
<br /><span style="font-size:85%;">{$desc}</span>
|
||||
</if>
|
||||
</label>
|
||||
</td>
|
||||
<td>
|
||||
{$data_field}
|
||||
</td>
|
||||
</tr>
|
||||
9
templates/Sparkle/misc/form/table_section.tpl
vendored
Normal file
9
templates/Sparkle/misc/form/table_section.tpl
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<tr>
|
||||
<th>
|
||||
{$title}
|
||||
</th>
|
||||
<th style="text-align:right;">
|
||||
<input type="reset" value="{$lng['panel']['reset']}" />
|
||||
<input type="submit" value="{$lng['panel']['save']}" />
|
||||
</th>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user