Changeset 2485

Show
Ignore:
Timestamp:
09/24/05 14:27:43 (19 years ago)
Author:
jerome
Message:

Fixed table headers in printing history

Files:
1 modified

Legend:

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

    r2455 r2485  
    211211                    self.report.append('<table class="pykotatable" border="1">') 
    212212                    headers = [_("Date"), _("Action"), _("User"), _("Printer"), \ 
    213                                _("Hostname"), _("JobId"), _("JobSize"), \ 
    214                                _("JobPrice"), _("Copies"), _("JobBytes"), \ 
    215                                _("PageCounter"), _("Title"), _("Filename"), \ 
    216                                _("Options"), _("MD5Sum"), _("BillingCode"), \ 
    217                                _("PrecomputedJobSize"), _("PrecomputedJobPrice"), _("Pages")] 
     213                               _("Hostname"), _("JobId"), _("Number of pages"), \ 
     214                               _("Cost"), _("Copies"), _("Number of bytes"), \ 
     215                               _("Printer's internal counter"), _("Title"), _("Filename"), \ 
     216                               _("Options"), _("MD5Sum"), _("Billing code"), \ 
     217                               _("Precomputed number of pages"), _("Precomputed cost"), _("Pages details") + " " + _("(not supported yet)")] 
    218218                    self.report.append('<tr class="pykotacolsheader">%s</tr>' % "".join(["<th>%s</th>" % h for h in headers])) 
    219219                    oddeven = 0