Juste au cas o.

darcs-hash:20060326041234-68412-89704adc1282dfd03c4fb496e8265eeaf7f94c41.gz
This commit is contained in:
glondu 2006-03-26 06:12:34 +02:00
parent 230e01cc1b
commit 8052ef297c

View file

@ -863,7 +863,7 @@ def set_blackliste(clas) :
arg+= u'"- pour fin indéterminée" 2 25 "" 0 0 0 0 ' arg+= u'"- pour fin indéterminée" 2 25 "" 0 0 0 0 '
arg+= u'"Les jours de début et de fin sont inclus." 3 1 "" 0 0 0 0 ' arg+= u'"Les jours de début et de fin sont inclus." 3 1 "" 0 0 0 0 '
arg+= u'"Sanction : %s" 4 1 "" 0 0 0 0 ' % t[2] arg+= u'"Sanction : %s" 4 1 "" 0 0 0 0 ' % t[2]
arg+= u'"Commentaire : " 5 1 "%s" 6 1 52 0 ' % t[3] arg+= u'"Commentaire (pas de dollar) : " 5 1 "%s" 6 1 52 0 ' % t[3]
annul , r = dialog(arg) annul , r = dialog(arg)
if annul : return 1 if annul : return 1