HB/onyx2/tpl/game/options/4.tpl

11 lines
704 B
Smarty

{include file='game/header.tpl'}
{include file='game/options/common.tpl'}
<h2>Recevoir des notifications par mail</h2>
<form action="{$menu.options}&amp;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'}