@@ -, +, @@ patron record --- .../prog/en/includes/patronfields.inc | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc @@ -1,23 +1,23 @@ [% BLOCK patron_fields -%] [% SWITCH name %] [%- CASE 'standard' -%]Standard - [%- CASE 'borrowernumber' -%]Borrower number + [%- CASE 'borrowernumber' -%]Borrowernumber [%- CASE 'cardnumber' -%]Card number [%- CASE 'surname' -%]Surname [%- CASE 'firstname' -%]First name - [%- CASE 'title' -%]Title - [%- CASE 'othernames' -%]Other names + [%- CASE 'title' -%]Salutation + [%- CASE 'othernames' -%]Other name [%- CASE 'initials' -%]Initials [%- CASE 'streetnumber' -%]Street number [%- CASE 'streettype' -%]Street type [%- CASE 'address' -%]Address - [%- CASE 'address2' -%]Address line 2 + [%- CASE 'address2' -%]Address 2 [%- CASE 'city' -%]City [%- CASE 'state' -%]State - [%- CASE 'zipcode' -%]Zip code + [%- CASE 'zipcode' -%]ZIP/Postal code [%- CASE 'country' -%]Country - [%- CASE 'email' -%]Email - [%- CASE 'phone' -%]Phone + [%- CASE 'email' -%]Primary email + [%- CASE 'phone' -%]Primary phone [%- CASE 'mobile' -%]Mobile phone [%- CASE 'fax' -%]Fax [%- CASE 'emailpro' -%]Secondary email @@ -33,10 +33,10 @@ [%- CASE 'B_email' -%]Alternate email [%- CASE 'B_phone' -%]Alternate phone [%- CASE 'dateofbirth' -%]Date of birth - [%- CASE 'branchcode' -%]Branch code - [%- CASE 'categorycode' -%]Category code + [%- CASE 'branchcode' -%]Library (code) + [%- CASE 'categorycode' -%]Category (code) [%- CASE 'dateenrolled' -%]Registration date - [%- CASE 'dateexpiry' -%]Expiration date + [%- CASE 'dateexpiry' -%]Expiry date [%- CASE 'gonenoaddress' -%]Gone no address [%- CASE 'lost' -%]Lost card [%- CASE 'debarred' -%]Restricted @@ -45,22 +45,22 @@ [%- CASE 'contactfirstname' -%]Guarantor firstname [%- CASE 'contacttitle' -%]Guarantor title [%- CASE 'guarantorid' -%]Guarantor ID - [%- CASE 'borrowernotes' -%]Circulation Note + [%- CASE 'borrowernotes' -%]Circulation note [%- CASE 'relationship' -%]Guarantor relationship - [%- CASE 'sex' -%]Sex + [%- CASE 'sex' -%]Gender [%- CASE 'flags' -%]Permissions (code) - [%- CASE 'userid' -%]User name + [%- CASE 'userid' -%]Username [%- CASE 'opacnote' -%]OPAC note [%- CASE 'contactnote' -%]Contact note - [%- CASE 'sort1' -%]Sort field 1 - [%- CASE 'sort2' -%]Sort field 2 + [%- CASE 'sort1' -%]Sort 1 + [%- CASE 'sort2' -%]Sort 2 [%- CASE 'altcontactfirstname' -%]Alternate contact first name [%- CASE 'altcontactsurname' -%]Alternate contact surname [%- CASE 'altcontactaddress1' -%]Alternate contact address - [%- CASE 'altcontactaddress2' -%]Alternate contact address line 2 + [%- CASE 'altcontactaddress2' -%]Alternate contact address 2 [%- CASE 'altcontactaddress3' -%]Alternate contact city [%- CASE 'altcontactstate' -%]Alternate contact state - [%- CASE 'altcontactzipcode' -%]Alternate contact zip code + [%- CASE 'altcontactzipcode' -%]Alternate contact ZIP/postal code [%- CASE 'altcontactcountry' -%]Alternate contact country [%- CASE 'altcontactphone' -%]Alternate contact phone [%- CASE 'smsalertnumber' -%]SMS alert number --