Changeset 2298

Show
Ignore:
Timestamp:
06/08/05 23:37:40 (19 years ago)
Author:
jerome
Message:

Added a comment for the Summarize checkbox

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/cgi-bin/dumpykota.cgi

    r2284 r2298  
    137137    def htmlSumCheckbox(self, checked="") :     
    138138        """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"))) 
    140140         
    141141    def guiAction(self) :