Changeset 2766 for WAeUP_SRP/base/skins/waeup_pins
- Timestamp:
- 26 Nov 2007, 19:18:09 (17 years ago)
- Location:
- WAeUP_SRP/base/skins/waeup_pins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_pins/pins_view.pt
r2140 r2766 62 62 > 63 63 <option value="--">Goto Batch ...</option> 64 <option tal:repeat="batch context/objectIds"64 <option tal:repeat="batch info/batches" 65 65 tal:attributes="value batch" 66 66 tal:content="batch"> -
WAeUP_SRP/base/skins/waeup_pins/search_pins.py
r2615 r2766 109 109 view = context.batch_view 110 110 elif context.portal_type == "ScratchCardBatchesFolder": 111 batches = context.objectIds() 112 batches.sort() 113 info['batches'] = batches 111 114 view = context.pins_view 112 115 if psm == '':
Note: See TracChangeset for help on using the changeset viewer.