Changeset 1053
- Timestamp:
- 07/01/03 09:30:32 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/printquota.cgi
r1050 r1053 23 23 # 24 24 # $Log$ 25 # Revision 1.10 2003/07/01 07:30:32 jalet 26 # Message changed. 27 # 25 28 # Revision 1.9 2003/06/30 13:47:26 jalet 26 29 # Allows multiple user / group names masks in the input field … … 138 141 """Main function""" 139 142 printers = ugmask = isgroup = None 140 self.body = "<p>Please click on the menuabove</p>\n"143 self.body = "<p>Please click on the button above</p>\n" 141 144 if self.form.has_key("action") : 142 145 action = self.form["action"].value