Add Cancel-Button to template selection

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2015-02-08 19:00:21 +01:00
parent 3df581152d
commit 987caa632b

View File

@@ -26,7 +26,8 @@ $header
</tr>
<tfoot>
<tr>
<td colspan="2" align="center"><input type="submit" value="{$lng['panel']['next']}" /></td>
<td align="left"><input type="reset" value="{$lng['panel']['cancel']}" class="historyback" /></td>
<td align="right"><input type="submit" value="{$lng['panel']['next']}" /></td>
</tr>
</tfoot>
</table>