HB/templates/csnu/rename.tpl

22 lines
523 B
Smarty
Raw Normal View History

2008-11-19 11:00:00 +00:00
<form action="nom.php" method="post">
<table style="margin-left: auto; margin-right: auto;">
<tr>
<td colspan=3>Votre plan<61>te</td>
</tr>
<tr>
<td>Position</td>
<td>Nom</td>
<td>Actions</td>
</tr>
<tr>
<td>1:4:10</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Rennomer</td>
<td><input type="text" name="nouveaunom" size="20" class="zone_texte" /></td>
<td><input type="submit" value="Renommer" class="bouton" /></td>
</tr>
</table>
</form>