Changeset 2455 for pykota/trunk/cgi-bin

Show
Ignore:
Timestamp:
09/17/05 23:00:45 (19 years ago)
Author:
jerome
Message:

Added the precomputed job's size and price to the history.

Files:
1 modified

Legend:

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

    r2344 r2455  
    215215                               _("PageCounter"), _("Title"), _("Filename"), \ 
    216216                               _("Options"), _("MD5Sum"), _("BillingCode"), \ 
    217                                _("Pages")] 
     217                               _("PrecomputedJobSize"), _("PrecomputedJobPrice"), _("Pages")] 
    218218                    self.report.append('<tr class="pykotacolsheader">%s</tr>' % "".join(["<th>%s</th>" % h for h in headers])) 
    219219                    oddeven = 0 
     
    257257                                                            job.JobMD5Sum, \ 
    258258                                                            billingcode_url, \ 
     259                                                            job.PrecomputedJobSize, \ 
     260                                                            job.PrecomputedJobPrice, \ 
    259261                                                            job.JobPages)]))) 
    260262                    self.report.append('</table>')