Ignore:
Timestamp:
16 Nov 2012, 08:30:20 (12 years ago)
Author:
Henrik Bettermann
Message:

Display start time of job in table.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/reportscontainerpage.pt

    r9643 r9644  
    55        <th i18n:translate="">Report Number</th>
    66        <th i18n:translate="">Description</th>
     7        <th i18n:translate="">Creation Date</th>
    78        <th i18n:translate="">Status</th>
    89        <th>&nbsp;</th>
     
    1718          <span tal:replace="python: entry[1]">REPORT DESCRIPTION</span>
    1819        </td>
     20        <td nowrap>
     21          <span tal:replace="python: entry[5]">DATETIME</span>
     22        </td>
    1923        <td>
    2024          <span tal:replace="python: entry[2]">STATUS</span>
    2125        </td>
    22         <td>
     26        <td nowrap>
    2327          <form method="POST">
    2428            <input type="hidden" name="job_id"
Note: See TracChangeset for help on using the changeset viewer.