Changeset 5928 for main/waeup.sirp/trunk/src/waeup
- Timestamp:
- 12 Apr 2011, 11:40:47 (14 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/browser_templates/batchcontainer.pt
r5918 r5928 1 1 <h2>Access Code Batches</h2> 2 2 3 <form method="POST">4 3 <p> 5 4 The following batches are available: … … 40 39 </tbody> 41 40 </table> 41 42 <form method="POST"> 42 43 <input type="submit" name="archive" value="Archive" /> 43 44 <input type="submit" name="delete" value="Archive and Delete" /> 44 45 45 </form> -
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser.py
r5919 r5928 156 156 name=providername) 157 157 container = provider.factory() 158 container.name = name159 158 if title: 160 159 container.title = title
Note: See TracChangeset for help on using the changeset viewer.