Changeset 2298 for pykota/trunk/cgi-bin
- Timestamp:
- 06/08/05 23:37:40 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/dumpykota.cgi
r2284 r2298 137 137 def htmlSumCheckbox(self, checked="") : 138 138 """Input the optional Sum option.""" 139 return _("Summarize") + (' : <input type="checkbox" name="sum" %s /> ' % (checked and 'checked="checked"'))139 return _("Summarize") + (' : <input type="checkbox" name="sum" %s /> <em>%s</em>' % ((checked and 'checked="checked"'), _("only for payments or history"))) 140 140 141 141 def guiAction(self) :