ConLite/setup/templates/setup/forms/systemtest.tpl

18 Zeilen
384 B
Smarty

<table cellspacing="0" cellpadding="0" border="0" class="setupBodyOuterTable">
<tr>
<td valign="top" colspan="2">
<h1>{TITLE}</h1>
{DESCRIPTION}
</td>
</tr>
<tr>
<td valign="top">
<table border="0" width="100%">
<tr>
<td>{CONTROL_TESTRESULTS}</td>
</tr>
</table>
</td>
<td align="right" valign="bottom" style="white-space: nowrap;">{BACK}{NEXT}</td>
</tr>
</table>