Maketank theme

This commit is contained in:
2016-12-16 13:23:16 +01:00
parent b4829b521b
commit 3542e85195
298 changed files with 8582 additions and 0 deletions

View File

@@ -0,0 +1 @@
<input type="file" name="{$fieldname}" id="{$fieldname}" class="file" />

View File

@@ -0,0 +1 @@
<input type="{$type}" name="{$fieldname}" id="{$fieldname}" value="{$value}"{$extras} />{$ulfield}

View File

@@ -0,0 +1 @@
<textarea name="{$fieldname}" id="{$fieldname}" {$extras}>{$value}</textarea>

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

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

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