Update templates

This commit is contained in:
nemunaire 2020-11-15 17:23:53 +01:00
commit c8cfbb1d49
10 changed files with 48 additions and 44 deletions

View file

@ -19,7 +19,7 @@
<h2>{$LANG[$race].batiments.noms_sing.4|ucfirst} : augmentation de la capacité</h2>
<form method="post" action="{$menu.ressources}">
<fieldset class="form">
<label for="nb">Capacité à acheter pour {7000-$planete->batiments[4]*1250} {$LANG[$race].ressources.noms.hydrogene} : <input type="text" id="nb" name="anb" value="0" size="2" /></label>
<label for="nb">Capacité à acheter pour {math equation="7000-x*1250" x=$planete->batiments[4]} {$LANG[$race].ressources.noms.hydrogene} : <input type="text" id="nb" name="anb" value="0" size="2" /></label>
<input type="submit" class="submit" value="GO" />
</fieldset>
</form>