10 lines
199 B
Smarty
10 lines
199 B
Smarty
<tr>
|
|
<th>
|
|
{$title}
|
|
</th>
|
|
<th class="right">
|
|
<input type="reset" value="{$lng['panel']['cancel']}" class="historyback" />
|
|
<input type="submit" value="{$lng['panel']['save']}" />
|
|
</th>
|
|
</tr>
|