Changeset 7629 for main/waeup.sirp/trunk/src
- Timestamp:
- 11 Feb 2012, 06:59:15 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/students
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/browser.py
r7591 r7629 929 929 return 930 930 931 # We don't need the display form page yet932 #class PaymentsDisplayFormPage(SIRPDisplayFormPage):933 # """ Page to display the student payments934 # """935 # grok.context(IStudentPaymentsContainer)936 # grok.name('view')937 # grok.require('waeup.viewStudent')938 # form_fields = grok.AutoFields(IStudentPaymentsContainer)939 # grok.template('paymentspage')940 # pnav = 4941 942 # @property943 # def label(self):944 # return '%s: Payments' % self.context.__parent__.display_fullname945 946 # def update(self):947 # super(PaymentsDisplayFormPage, self).update()948 # datatable.need()949 # return950 951 931 # This manage form page is for both students and students officers. 952 932 class PaymentsManageFormPage(SIRPEditFormPage): -
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/paymentsmanagepage.pt
r7464 r7629 11 11 <th>Category</th> 12 12 <th>Item</th> 13 <th>Session</th> 13 14 <th>State</th> 14 15 </tr> … … 28 29 <td tal:content ="cl/category">CATEGORY</td> 29 30 <td tal:content ="cl/p_item">ITEM</td> 31 <td tal:content ="cl/p_session">SESSION</td> 30 32 <td tal:content ="cl/state">STATE</td> 31 33 </tr>
Note: See TracChangeset for help on using the changeset viewer.