Fixed production bug Fixed styles Updated Action Controller Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
21 lines
No EOL
497 B
Go Template
21 lines
No EOL
497 B
Go Template
<br><br>
|
|
<h2>Dé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 à dé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ébannir" type="submit"></th>
|
|
</tr>
|
|
<tr>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</form> |