Changeset 2558
- Timestamp:
- 10/09/05 23:33:06 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/tool.py
r2547 r2558 617 617 elif user.LimitBy == "noprint" : 618 618 action = "DENY" 619 message = _("User %s is not allowed to print at this time.") % user.Name 620 self.printInfo(message) 619 621 if mailto in [ "BOTH", "USER", "EXTERNAL" ] : 620 message = _("User %s is not allowed to print at this time.") % user.Name621 622 if mailto != "EXTERNAL" : 622 623 self.sendMessageToUser(admin, adminmail, user, _("Printing denied."), message)