Changeset 7754 for main/waeup.sirp/trunk/src/waeup/sirp
- Timestamp:
- 2 Mar 2012, 21:13:11 (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
r7719 r7754 34 34 <td tal:content="item/batch_serial">1</td> 35 35 <td tal:content="item/code">APP-1-1234567890</td> 36 <td tal:content="item/ state">unused</td>36 <td tal:content="item/translated_state">unused</td> 37 37 <td tal:content="item/owner">Id</td> 38 38 <td tal:content="structure python:item.history.replace('||','<br />')"> -
main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/catalog.py
r7748 r7754 49 49 self.code = context.representation 50 50 self.history = context.history 51 self. state = context.state51 self.translated_state = context.translated_state 52 52 self.owner = context.owner 53 53 self.batch_serial = context.batch_serial
Note: See TracChangeset for help on using the changeset viewer.