Changeset 8120 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 12 Apr 2012, 09:00:56 (13 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r8119 r8120 466 466 467 467 class StudentClearanceManageFormPage(KofaEditFormPage): 468 """ Page to editstudent clearance data468 """ Page to manage student clearance data 469 469 """ 470 470 grok.context(IStudent) … … 567 567 568 568 class StudentPersonalEditFormPage(KofaEditFormPage): 569 """ Page to edit student clearancedata569 """ Page to edit personal data 570 570 """ 571 571 grok.context(IStudent) -
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r8117 r8120 179 179 img_path = getattr(getUtility(IExtFileStore).getFileByContext( 180 180 view.context, attr=viewlet.download_name), 'name', None) 181 f_text = Paragraph( '[Yet not provided]', ENTRY1_STYLE)181 f_text = Paragraph(trans(_('(not provided)'),lang), ENTRY1_STYLE) 182 182 if img_path is None: 183 183 pass
Note: See TracChangeset for help on using the changeset viewer.