diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index 9f0d0575..a9d9bbe4 100755 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -849,9 +849,9 @@ def set_blackliste(clas) : # Dates + commentaire arg = u'--title "Blacklistage %s" ' % clas.Nom() arg+= u'--form "Entrez les dates de début et de fin (format jj/mm/aaaa hh:mm) ainsi que le commentaire associé\n" 0 0 0 ' - arg+= u'"Début : " 1 1 "%s" 1 8 15 0 ' % t[0] + arg+= u'"Début : " 1 1 "%s" 1 8 16 0 ' % t[0] arg+= u'"now pour immédiatement " 1 25 "" 0 0 0 0 ' - arg+= u'"Fin : " 2 1 "%s" 2 8 15 0 ' % t[1] + arg+= u'"Fin : " 2 1 "%s" 2 8 16 0 ' % t[1] 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'"Sanction : %s" 4 1 "" 0 0 0 0 ' % t[2]