Maketank theme
This commit is contained in:
1
templates/Maketank/misc/form/input_file.tpl
Normal file
1
templates/Maketank/misc/form/input_file.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<input type="file" name="{$fieldname}" id="{$fieldname}" class="file" />
|
||||
1
templates/Maketank/misc/form/input_text.tpl
Normal file
1
templates/Maketank/misc/form/input_text.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<input type="{$type}" name="{$fieldname}" id="{$fieldname}" value="{$value}"{$extras} />{$ulfield}
|
||||
1
templates/Maketank/misc/form/input_textarea.tpl
Normal file
1
templates/Maketank/misc/form/input_textarea.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<textarea name="{$fieldname}" id="{$fieldname}" {$extras}>{$value}</textarea>
|
||||
8
templates/Maketank/misc/form/table_end.tpl
Normal file
8
templates/Maketank/misc/form/table_end.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="right">
|
||||
<input type="reset" value="{$lng['panel']['cancel']}" class="historyback" />
|
||||
<input type="submit" value="{$lng['panel']['save']}" />
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
12
templates/Maketank/misc/form/table_row.tpl
Normal file
12
templates/Maketank/misc/form/table_row.tpl
Normal file
@@ -0,0 +1,12 @@
|
||||
<tr>
|
||||
<td class="formlabeltd">
|
||||
<label for="{$fieldname}"><strong>{$label}</strong>{$mandatory}:
|
||||
<if $desc != ''>
|
||||
<br /><small>{$desc}</small>
|
||||
</if>
|
||||
</label>
|
||||
</td>
|
||||
<td>
|
||||
{$data_field}
|
||||
</td>
|
||||
</tr>
|
||||
9
templates/Maketank/misc/form/table_section.tpl
Normal file
9
templates/Maketank/misc/form/table_section.tpl
Normal file
@@ -0,0 +1,9 @@
|
||||
<tr class="section">
|
||||
<th>
|
||||
{$title}
|
||||
</th>
|
||||
<th class="right nolbr">
|
||||
<input type="reset" value="{$lng['panel']['cancel']}" class="historyback" />
|
||||
<input type="submit" value="{$lng['panel']['save']}" />
|
||||
</th>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user