forked from halo-battle/game
Update templates
This commit is contained in:
parent
2be9fcd5c3
commit
c8cfbb1d49
10 changed files with 48 additions and 44 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue