Version 1.13a

This commit is contained in:
nemunaire 2020-11-15 16:12:30 +01:00
commit ba8f323879
1634 changed files with 10080 additions and 213021 deletions

View 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}&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'}