wootook-reloaded/application/design/backend/base/default/scripts/deprecated/admin/unbanned.tpl
Gregory PLANCHAT 66805034a6 Configuration & Layout architecture updates
Fixed production bug
Fixed styles
Updated Action Controller

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2012-01-13 23:36:03 +01:00

21 lines
No EOL
497 B
Go Template

<br><br>
<h2>D&eacute;bannir un joueur </h2>
<form action="unbanned.php?mode=change" method="post">
<table width="409" style="color:#FFFFFF">
<tbody>
<tr>
<td class="c" colspan="2">Joueur &agrave; d&eacute;bannir</td>
</tr>
<tr>
<th width="129"><?php echo $this->getData('Name')?></th>
<th width="268"><input name="nam" maxlength="80" size="25" value="" type="text">
</th>
</tr>
<tr>
<th colspan="2"><input value="D&eacute;bannir" type="submit"></th>
</tr>
<tr>
</tr>
</tbody>
</table>
</form>