W.I.P. migration of mainscreen to et2:

- Delete no longer used old template
This commit is contained in:
Hadi Nategh 2018-10-30 12:07:05 +01:00
parent e6735f635d
commit 28f270e98c

View File

@ -1,23 +0,0 @@
<!-- BEGIN form -->
<form method="POST" action="{form_action}">
<table border="0" align="center" >
<input type="hidden" name="select_lang" value="{select_lang}">
<input type="hidden" name="section" value="{section}">
{rows}
</table>
</form>
<!-- END form -->
<!-- BEGIN row -->
<tr >
<td>{label}</td>
<td>{value}</td>
</tr>
<!-- END row -->
<!-- BEGIN row_2 -->
<tr >
<td colspan="2">{value}</td>
</tr>
<!-- END row_2 -->