Changeset 2627 for pykota/trunk/bin/pkbanner
- Timestamp:
- 01/19/06 16:47:25 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkbanner
r2622 r2627 209 209 if limitby == "balance" : 210 210 ypos -= self.printVar(c, xcenter, ypos, _("Account balance"), self.getVar("PYKOTABALANCE"), 14, savetoner) 211 el se:211 elif limitby == "quota" : 212 212 ypos -= self.printVar(c, xcenter, ypos, _("Soft Limit"), self.getVar("PYKOTASOFTLIMIT"), 14, savetoner) 213 213 ypos -= self.printVar(c, xcenter, ypos, _("Hard Limit"), self.getVar("PYKOTAHARDLIMIT"), 14, savetoner) 214 214 ypos -= self.printVar(c, xcenter, ypos, _("Date Limit"), self.getVar("PYKOTADATELIMIT"), 14, savetoner) 215 else : 216 if limitby == "noquota" : 217 msg = _("No Limit") 218 elif limitby == "nochange" : 219 msg = _("No Accounting") 220 elif limitby == "noprint" : 221 msg = _("Forbidden") 222 else : 223 msg = _("Unknown") 224 ypos -= self.printVar(c, xcenter, ypos, _("Printing Mode"), msg, 14, savetoner) 215 225 216 226 # URL