Changeset 3030 for pykota/trunk/cgi-bin
- Timestamp:
- 10/10/06 21:21:22 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/dumpykota.cgi
r2909 r3030 137 137 def htmlFilterInput(self, value="") : 138 138 """Input the optional dump filter.""" 139 return _("Filter") + (' : <input type="text" name="filter" size="40" value="%s" /> <em>e.g. <strong>username=jerome printername=HP2100 </strong></em>' % (value or ""))139 return _("Filter") + (' : <input type="text" name="filter" size="40" value="%s" /> <em>e.g. <strong>username=jerome printername=HP2100 start=today-30</strong></em>' % (value or "")) 140 140 141 141 def htmlSumCheckbox(self, checked="") :