Ignore:
Timestamp:
23 Oct 2011, 18:52:50 (13 years ago)
Author:
Henrik Bettermann
Message:

Show owner on search page.

Location:
main/waeup.sirp/trunk/src/waeup/sirp/accesscodes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/browser_templates/searchpage.pt

    r6470 r6928  
    2525        <tr>
    2626          <th>&nbsp;</th>
    27           <th width="50px">Serial</th><th>AC</th><th>State</th><th>History</th>
     27          <th width="50px">Serial</th>
     28        <th>AC</th>
     29        <th>State</th>
     30        <th>Owner</th>
     31        <th>History</th>
    2832        </tr>
    2933      </thead>
     
    3539          <td tal:content="item/code">APP-1-1234567890</td>
    3640          <td tal:content="item/state">unused</td>
     41        <td tal:content="item/owner">Id</td>
    3742          <td tal:content="structure python:item.history.replace('||','<br />')">
    3843            history
  • main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/catalog.py

    r6551 r6928  
    3333        self.history = context.history
    3434        self.state = context.state
     35        self.owner = context.owner
    3536        self.batch_serial = context.batch_serial
    3637
Note: See TracChangeset for help on using the changeset viewer.