wootook-reloaded/templates/OpenGame/options_body_vmode.tpl
Gregory PLANCHAT d7619777af Initial commit
2011-06-07 09:23:48 +02:00

17 lines
507 B
Go Template

<center>
<br><br>
<table width="519">
<tbody>
<tr>
<td class="c" colspan="2">{Vaccation_mode} {vacation_until}</td>
</tr><tr>
<th><a title="{vacations_tip}">{exit_vacations}</a></th>
<form action="options.php?mode=exit" method="post">
<th><input type="checkbox" name="exit_modus"{opt_modev_exit}/></th>
</tr><tr>
<th colspan="2"><input type="submit" value="{save_settings}" ></th>
</tr>
</tbody>
</table>
</form>
</center>