4
templates/Sparkle/misc/form/table_end.tpl
vendored
4
templates/Sparkle/misc/form/table_end.tpl
vendored
@@ -1,8 +1,8 @@
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" class="right">
|
||||
<input type="reset" value="{\Froxlor\I18N\Lang::getAll()['panel']['cancel']}" class="historyback" />
|
||||
<input type="submit" value="{\Froxlor\I18N\Lang::getAll()['panel']['save']}" />
|
||||
<input type="reset" value="{$lng['panel']['cancel']}" class="historyback" />
|
||||
<input type="submit" value="{$lng['panel']['save']}" />
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{$title}
|
||||
</th>
|
||||
<th class="right nolbr">
|
||||
<input type="reset" value="{\Froxlor\I18N\Lang::getAll()['panel']['cancel']}" class="historyback" />
|
||||
<input type="submit" value="{\Froxlor\I18N\Lang::getAll()['panel']['save']}" />
|
||||
<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