Ignore:
Timestamp:
29 Sep 2020, 11:06:48 (4 years ago)
Author:
Henrik Bettermann
Message:

rename personal data forms again.

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  
    128128
    129129msgid "Your personal data record is outdated. Please update."
    130 msgstr "Your personal/bio data record is outdated. Please update."
     130msgstr "Your bio data record is outdated. Please update."
    131131
    132132msgid "${a}: Personal Data"
    133 msgstr "${a}: Personal / Bio Data"
     133msgstr "${a}: Registration Bio Data"
    134134
    135135msgid "Manage personal data"
    136 msgstr "Manage personal / bio data"
     136msgstr "Manage registration bio data"
    137137
    138138msgid "Edit personal data"
    139 msgstr "Edit personal / bio data"
     139msgstr "Edit registration bio data"
    140140
    141141msgid "Personal Data"
    142 msgstr "Personal / Bio Data"
     142msgstr "Registration Bio Data"
    143143
    144144msgid "Personal Data of"
    145 msgstr "Personal / Bio Data of"
     145msgstr "Registration Bio Data of"
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/viewlets.py

    r16252 r16256  
    3737
    3838class StudentPersonalEditActionButton(StudentPersonalEditActionButton):
    39     text = _('Edit personal / bio data')
     39    text = _('Edit registration bio data')
    4040
    4141class SwitchLibraryAccessActionButton(ManageActionButton):
     
    5757    icon = 'actionicon_pay.png'
    5858
    59 class EditPersonalActionButton(ManageActionButton):
     59class EditBioDataActionButton(ManageActionButton):
    6060    grok.order(9)
    6161    grok.context(ICustomStudent)
    6262    grok.view(StudentBaseDisplayFormPage)
    6363    grok.require('waeup.handleStudent')
    64     text = _('Edit personal/bio data now')
     64    text = _('Edit registration bio data now')
    6565    target = 'edit_personal'
    66     #icon = 'actionicon_edit.png'
    6766
    6867class PersonalDataSlipActionButton(ManageActionButton):
     
    7170    grok.view(StudentBaseDisplayFormPage)
    7271    grok.require('waeup.viewStudent')
    73     text = _('Download personal / bio data slip')
     72    text = _('Download bio data slip')
    7473    target = 'personal_slip.pdf'
    7574    icon = 'actionicon_pdf.png'
Note: See TracChangeset for help on using the changeset viewer.