wootook-reloaded/application/design/base/default/scripts/deprecated/admin/reset_body.tpl
Gregory PLANCHAT ec7e40e1aa Refactored to 2 namespaces: Wootook & Legacies
Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-10-04 19:57:00 +02:00

16 lines
No EOL
479 B
Go Template

<br><br>
<h2><?php echo $this->getData('adm_rz_ttle')?></h2>
<form action="XNovaResetUnivers.php" method="post">
<input type="hidden" name="mode" value="reset">
<table width="500">
<tbody>
<tr>
<td class="c" colspan="6"><?php echo $this->getData('adm_rz_conf')?></td>
</tr><tr>
<th colspan="2"><?php echo $this->getData('adm_rz_text')?></th>
</tr><tr>
<th colspan="2"><input type="Submit" value="<?php echo $this->getData('adm_rz_doit')?>" /></th>
</tbody>
</tr>
</table>
</form>