Changeset 16256 for main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
- Timestamp:
- 29 Sep 2020, 11:06:48 (4 years ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/locales/en/LC_MESSAGES/waeup.kofa.po
r16252 r16256 128 128 129 129 msgid "Your personal data record is outdated. Please update." 130 msgstr "Your personal/bio data record is outdated. Please update."130 msgstr "Your bio data record is outdated. Please update." 131 131 132 132 msgid "${a}: Personal Data" 133 msgstr "${a}: Personal /Bio Data"133 msgstr "${a}: Registration Bio Data" 134 134 135 135 msgid "Manage personal data" 136 msgstr "Manage personal /bio data"136 msgstr "Manage registration bio data" 137 137 138 138 msgid "Edit personal data" 139 msgstr "Edit personal /bio data"139 msgstr "Edit registration bio data" 140 140 141 141 msgid "Personal Data" 142 msgstr " Personal /Bio Data"142 msgstr "Registration Bio Data" 143 143 144 144 msgid "Personal Data of" 145 msgstr " Personal /Bio Data of"145 msgstr "Registration Bio Data of" -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/viewlets.py
r16252 r16256 37 37 38 38 class StudentPersonalEditActionButton(StudentPersonalEditActionButton): 39 text = _('Edit personal /bio data')39 text = _('Edit registration bio data') 40 40 41 41 class SwitchLibraryAccessActionButton(ManageActionButton): … … 57 57 icon = 'actionicon_pay.png' 58 58 59 class Edit PersonalActionButton(ManageActionButton):59 class EditBioDataActionButton(ManageActionButton): 60 60 grok.order(9) 61 61 grok.context(ICustomStudent) 62 62 grok.view(StudentBaseDisplayFormPage) 63 63 grok.require('waeup.handleStudent') 64 text = _('Edit personal/bio data now')64 text = _('Edit registration bio data now') 65 65 target = 'edit_personal' 66 #icon = 'actionicon_edit.png'67 66 68 67 class PersonalDataSlipActionButton(ManageActionButton): … … 71 70 grok.view(StudentBaseDisplayFormPage) 72 71 grok.require('waeup.viewStudent') 73 text = _('Download personal /bio data slip')72 text = _('Download bio data slip') 74 73 target = 'personal_slip.pdf' 75 74 icon = 'actionicon_pdf.png'
Note: See TracChangeset for help on using the changeset viewer.