diff --git a/ZAbsences.py b/ZAbsences.py index 9d0d7275..08e429d2 100644 --- a/ZAbsences.py +++ b/ZAbsences.py @@ -1331,17 +1331,26 @@ class ZAbsences( checked = "checked" else: checked = "" + # bulle lors du passage souris + coljour = DAYNAMES[ + (calendar.weekday(int(date[:4]), int(date[5:7]), int(date[8:]))) + ] + datecol = coljour + " " + date[8:] + "/" + date[5:7] + "/" + date[:4] + bulle_am = '"' + etud["nomprenom"] + " - " + datecol + ' (matin)"' + bulle_pm = '"' + etud["nomprenom"] + " - " + datecol + ' (ap.midi)"' + H.append( - '