p'tain d'encodage de merde
darcs-hash:20050320224856-4ec08-c6da501a3c1b1c334967b801cc097d5b7bcf4c93.gz
This commit is contained in:
parent
4b5639c021
commit
05a8c7ae09
1 changed files with 2 additions and 2 deletions
|
@ -203,9 +203,9 @@ if action == 'liste-bornes' and bornes_modifiables :
|
|||
|
||||
# bouton de validation
|
||||
if '-' in borne.puissance() :
|
||||
page.add(u'<input type="submit" value="Réactiver %s">' % b)
|
||||
page.add('<input type="submit" value="Réactiver %s">' % b)
|
||||
else :
|
||||
page.add(u'<input type="submit" value="Désactiver %s">' % b)
|
||||
page.add('<input type="submit" value="Désactiver %s">' % b)
|
||||
|
||||
# fin du formulaire
|
||||
page.add('</form>')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue