forked from halo-battle/game
Version 1.13a
This commit is contained in:
parent
de31cd3e9a
commit
ba8f323879
1634 changed files with 10080 additions and 213021 deletions
11
onyx2/tpl/game/options/4.tpl
Normal file
11
onyx2/tpl/game/options/4.tpl
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{include file='game/header.tpl'}
|
||||
{include file='game/options/common.tpl'}
|
||||
<h2>Recevoir des notifications par mail</h2>
|
||||
<form action="{$menu.options}&n=notif" method="post">
|
||||
<fieldset class="form">
|
||||
<label for="rapport">Nouveau rapport <input type="checkbox" name="rapport" id="rapport" value="1" class="text" {if $planete->envoyerMail& 1}checked="checked" {/if}/></label><br />
|
||||
<label for="mp">Nouveau message privé <input type="checkbox" name="mp" id="mp" value="1" class="text" {if $planete->envoyerMail& 2}checked="checked" {/if}/></label><br />
|
||||
<br /><br /><input class="submit" type="submit" name="notif" value="OK" />
|
||||
</fieldset>
|
||||
</form>
|
||||
{include file='game/footer.tpl'}
|
||||
Loading…
Add table
Add a link
Reference in a new issue