Ignore:
Timestamp:
16 Nov 2012, 10:17:52 (12 years ago)
Author:
Henrik Bettermann
Message:

Add permission to roles.

Show user id on reports page.

Show reports of all users (to be discussed).

File:
1 edited

Legend:

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

    r9644 r9645  
    55        <th i18n:translate="">Report Number</th>
    66        <th i18n:translate="">Description</th>
     7        <th i18n:translate="">Creator</th>
    78        <th i18n:translate="">Creation Date</th>
    89        <th i18n:translate="">Status</th>
     
    1718        <td>
    1819          <span tal:replace="python: entry[1]">REPORT DESCRIPTION</span>
     20        </td>
     21        <td>
     22          <span tal:replace="python: entry[6]">CREATOR</span>
    1923        </td>
    2024        <td nowrap>
Note: See TracChangeset for help on using the changeset viewer.