Changeset 6928 for main/waeup.sirp/trunk/src/waeup
- Timestamp:
- 23 Oct 2011, 18:52:50 (13 years ago)
- 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 25 25 <tr> 26 26 <th> </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> 28 32 </tr> 29 33 </thead> … … 35 39 <td tal:content="item/code">APP-1-1234567890</td> 36 40 <td tal:content="item/state">unused</td> 41 <td tal:content="item/owner">Id</td> 37 42 <td tal:content="structure python:item.history.replace('||','<br />')"> 38 43 history -
main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/catalog.py
r6551 r6928 33 33 self.history = context.history 34 34 self.state = context.state 35 self.owner = context.owner 35 36 self.batch_serial = context.batch_serial 36 37
Note: See TracChangeset for help on using the changeset viewer.