View | Details | Raw Unified | Return to bug 35157
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc (-78 / +78 lines)
Lines 1-82 Link Here
1
[%- BLOCK patron_fields -%]
1
[%- BLOCK patron_fields -%]
2
     [%- SWITCH name -%]
2
    [%- SWITCH name -%]
3
     [%- CASE 'standard' -%]<span>Standard</span>
3
    [%- CASE 'standard' -%][% t("Standard") | html %]
4
     [%- CASE 'full_address' -%]<span>Full address</span>
4
    [%- CASE 'full_address' -%][% t("Full address") | html %]
5
     [%- CASE 'all_emails' -%]<span>All emails</span>
5
    [%- CASE 'all_emails' -%][% t("All emails") | html %]
6
     [%- CASE 'all_phones' -%]<span>All phones</span>
6
    [%- CASE 'all_phones' -%][% t("All phones") | html %]
7
     [%- CASE 'borrowernumber' -%]<span>Borrowernumber</span>
7
    [%- CASE 'borrowernumber' -%][% t("Borrowernumber") | html %]
8
     [%- CASE 'cardnumber' -%]<span>Card number</span>
8
    [%- CASE 'cardnumber' -%][% t("Card number") | html %]
9
     [%- CASE 'surname' -%]<span>Surname</span>
9
    [%- CASE 'surname' -%][% t("Surname") | html %]
10
     [%- CASE 'firstname' -%]<span>First name</span>
10
    [%- CASE 'firstname' -%][% t("First name") | html %]
11
     [%- CASE 'middle_name' -%]<span>Middle name</span>
11
    [%- CASE 'middle_name' -%][% t("Middle name") | html %]
12
     [%- CASE 'title' -%]<span>Salutation</span>
12
    [%- CASE 'title' -%][% t("Salutation") | html %]
13
     [%- CASE 'othernames' -%]<span>Other name</span>
13
    [%- CASE 'othernames' -%][% t("Other name") | html %]
14
     [%- CASE 'initials' -%]<span>Initials</span>
14
    [%- CASE 'initials' -%][% t("Initials") | html %]
15
     [%- CASE 'pronouns' -%]<span>Pronouns</span>
15
    [%- CASE 'pronouns' -%][% t("Pronouns") | html %]
16
     [%- CASE 'streetnumber' -%]<span>Street number</span>
16
    [%- CASE 'streetnumber' -%][% t("Street number") | html %]
17
     [%- CASE 'streettype' -%]<span>Street type</span>
17
    [%- CASE 'streettype' -%][% t("Street type") | html %]
18
     [%- CASE 'address' -%]<span>Address</span>
18
    [%- CASE 'address' -%][% t("Address") | html %]
19
     [%- CASE 'address2' -%]<span>Address 2</span>
19
    [%- CASE 'address2' -%][% t("Address 2") | html %]
20
     [%- CASE 'city' -%]<span>City</span>
20
    [%- CASE 'city' -%][% t("City") | html %]
21
     [%- CASE 'state' -%]<span>State</span>
21
    [%- CASE 'state' -%][% t("State") | html %]
22
     [%- CASE 'zipcode' -%]<span>ZIP/Postal code</span>
22
    [%- CASE 'zipcode' -%][% t("ZIP/Postal code") | html %]
23
     [%- CASE 'country' -%]<span>Country</span>
23
    [%- CASE 'country' -%][% t("Country") | html %]
24
     [%- CASE 'email' -%]<span>Primary email</span>
24
    [%- CASE 'email' -%][% t("Primary email") | html %]
25
     [%- CASE 'phone' -%]<span>Primary phone</span>
25
    [%- CASE 'phone' -%][% t("Primary phone") | html %]
26
     [%- CASE 'mobile' -%]<span>Mobile phone</span>
26
    [%- CASE 'mobile' -%][% t("Mobile phone") | html %]
27
     [%- CASE 'fax' -%]<span>Fax</span>
27
    [%- CASE 'fax' -%][% t("Fax") | html %]
28
     [%- CASE 'emailpro' -%]<span>Secondary email</span>
28
    [%- CASE 'emailpro' -%][% t("Secondary email") | html %]
29
     [%- CASE 'phonepro' -%]<span>Secondary phone</span>
29
    [%- CASE 'phonepro' -%][% t("Secondary phone") | html %]
30
     [%- CASE 'B_streetnumber' -%]<span>Alternate street number</span>
30
    [%- CASE 'B_streetnumber' -%][% t("Alternate street number") | html %]
31
     [%- CASE 'B_streettype' -%]<span>Alternate street type</span>
31
    [%- CASE 'B_streettype' -%][% t("Alternate street type") | html %]
32
     [%- CASE 'B_address' -%]<span>Alternate address</span>
32
    [%- CASE 'B_address' -%][% t("Alternate address") | html %]
33
     [%- CASE 'B_address2' -%]<span>Alternate address line 2</span>
33
    [%- CASE 'B_address2' -%][% t("Alternate address line 2") | html %]
34
     [%- CASE 'B_city' -%]<span>Alternate city</span>
34
    [%- CASE 'B_city' -%][% t("Alternate city") | html %]
35
     [%- CASE 'B_state' -%]<span>Alternate state</span>
35
    [%- CASE 'B_state' -%][% t("Alternate state") | html %]
36
     [%- CASE 'B_zipcode' -%]<span>Alternate zip code</span>
36
    [%- CASE 'B_zipcode' -%][% t("Alternate zip code") | html %]
37
     [%- CASE 'B_country' -%]<span>Alternate country</span>
37
    [%- CASE 'B_country' -%][% t("Alternate country") | html %]
38
     [%- CASE 'B_email' -%]<span>Alternate email</span>
38
    [%- CASE 'B_email' -%][% t("Alternate email") | html %]
39
     [%- CASE 'B_phone' -%]<span>Alternate phone</span>
39
    [%- CASE 'B_phone' -%][% t("Alternate phone") | html %]
40
     [%- CASE 'dateofbirth' -%]<span>Date of birth</span>
40
    [%- CASE 'dateofbirth' -%][% t("Date of birth") | html %]
41
     [%- CASE 'branchcode' -%]<span>Library (code)</span>
41
    [%- CASE 'branchcode' -%][% t("Library (code)") | html %]
42
     [%- CASE 'categorycode' -%]<span>Category (code)</span>
42
    [%- CASE 'categorycode' -%][% t("Category (code)") | html %]
43
     [%- CASE 'dateenrolled' -%]<span>Registration date</span>
43
    [%- CASE 'dateenrolled' -%][% t("Registration date") | html %]
44
     [%- CASE 'dateexpiry' -%]<span>Expiry date</span>
44
    [%- CASE 'dateexpiry' -%][% t("Expiry date") | html %]
45
     [%- CASE 'gonenoaddress' -%]<span>Gone no address</span>
45
    [%- CASE 'gonenoaddress' -%][% t("Gone no address") | html %]
46
     [%- CASE 'lost' -%]<span>Lost card</span>
46
    [%- CASE 'lost' -%][% t("Lost card") | html %]
47
     [%- CASE 'debarred' -%]<span>Restricted</span>
47
    [%- CASE 'debarred' -%][% t("Restricted") | html %]
48
     [%- CASE 'debarredcomment' -%]<span>Restriction reason</span>
48
    [%- CASE 'debarredcomment' -%][% t("Restriction reason") | html %]
49
     [%- CASE 'contactname' -%]<span>Guarantor surname</span>
49
    [%- CASE 'contactname' -%][% t("Guarantor surname") | html %]
50
     [%- CASE 'contactfirstname' -%]<span>Guarantor firstname</span>
50
    [%- CASE 'contactfirstname' -%][% t("Guarantor firstname") | html %]
51
     [%- CASE 'contacttitle' -%]<span>Guarantor title</span>
51
    [%- CASE 'contacttitle' -%][% t("Guarantor title") | html %]
52
     [%- CASE 'guarantorid' -%]<span>Guarantor ID</span>
52
    [%- CASE 'guarantorid' -%][% t("Guarantor ID") | html %]
53
     [%- CASE 'borrowernotes' -%]<span>Circulation note</span>
53
    [%- CASE 'borrowernotes' -%][% t("Circulation note") | html %]
54
     [%- CASE 'relationship' -%]<span>Guarantor relationship</span>
54
    [%- CASE 'relationship' -%][% t("Guarantor relationship") | html %]
55
     [%- CASE 'sex' -%]<span>Gender</span>
55
    [%- CASE 'sex' -%][% t("Gender") | html %]
56
     [%- CASE 'flags' -%]<span>Permissions (code)</span>
56
    [%- CASE 'flags' -%][% t("Permissions (code)") | html %]
57
     [%- CASE 'userid' -%]<span>Username</span>
57
    [%- CASE 'userid' -%][% t("Username") | html %]
58
     [%- CASE 'opacnote' -%]<span>OPAC note</span>
58
    [%- CASE 'opacnote' -%][% t("OPAC note") | html %]
59
     [%- CASE 'contactnote' -%]<span>Contact note</span>
59
    [%- CASE 'contactnote' -%][% t("Contact note") | html %]
60
     [%- CASE 'sort1' -%]<span>Sort 1</span>
60
    [%- CASE 'sort1' -%][% t("Sort 1") | html %]
61
     [%- CASE 'sort2' -%]<span>Sort 2</span>
61
    [%- CASE 'sort2' -%][% t("Sort 2") | html %]
62
     [%- CASE 'altcontactfirstname' -%]<span>Alternate contact first name</span>
62
    [%- CASE 'altcontactfirstname' -%][% t("Alternate contact first name") | html %]
63
     [%- CASE 'altcontactsurname' -%]<span>Alternate contact surname</span>
63
    [%- CASE 'altcontactsurname' -%][% t("Alternate contact surname") | html %]
64
     [%- CASE 'altcontactaddress1' -%]<span>Alternate contact address</span>
64
    [%- CASE 'altcontactaddress1' -%][% t("Alternate contact address") | html %]
65
     [%- CASE 'altcontactaddress2' -%]<span>Alternate contact address 2</span>
65
    [%- CASE 'altcontactaddress2' -%][% t("Alternate contact address 2") | html %]
66
     [%- CASE 'altcontactaddress3' -%]<span>Alternate contact city</span>
66
    [%- CASE 'altcontactaddress3' -%][% t("Alternate contact city") | html %]
67
     [%- CASE 'altcontactstate' -%]<span>Alternate contact state</span>
67
    [%- CASE 'altcontactstate' -%][% t("Alternate contact state") | html %]
68
     [%- CASE 'altcontactzipcode' -%]<span>Alternate contact ZIP/postal code</span>
68
    [%- CASE 'altcontactzipcode' -%][% t("Alternate contact ZIP/postal code") | html %]
69
     [%- CASE 'altcontactcountry' -%]<span>Alternate contact country</span>
69
    [%- CASE 'altcontactcountry' -%][% t("Alternate contact country") | html %]
70
     [%- CASE 'altcontactphone' -%]<span>Alternate contact phone</span>
70
    [%- CASE 'altcontactphone' -%][% t("Alternate contact phone") | html %]
71
     [%- CASE 'smsalertnumber' -%]<span>SMS alert number</span>
71
    [%- CASE 'smsalertnumber' -%][% t("SMS alert number") | html %]
72
     [%- CASE 'sms_provider_id' -%]<span>SMS provider</span>
72
    [%- CASE 'sms_provider_id' -%][% t("SMS provider") | html %]
73
     [%- CASE 'privacy' -%]<span>Privacy (code)</span>
73
    [%- CASE 'privacy' -%][% t("Privacy (code)") | html %]
74
     [%- CASE 'privacy_guarantor_checkouts' -%]<span>Guarantor can view checkouts</span>
74
    [%- CASE 'privacy_guarantor_checkouts' -%][% t("Guarantor can view checkouts") | html %]
75
     [%- CASE 'updated_on' -%]<span>Last updated</span>
75
    [%- CASE 'updated_on' -%][% t("Last updated") | html %]
76
     [%- CASE 'lastseen' -%]<span>Last seen</span>
76
    [%- CASE 'lastseen' -%][% t("Last seen") | html %]
77
     [%- CASE 'checkprevcheckout' -%]<span>Check previous checkout</span>
77
    [%- CASE 'checkprevcheckout' -%][% t("Check previous checkout") | html %]
78
     [%- CASE DEFAULT -%]
78
    [%- CASE DEFAULT -%]
79
     [%- END -%]
79
    [%- END -%]
80
[%- END -%]
80
[%- END -%]
81
[%- BLOCK patron_fields_dropdown -%]
81
[%- BLOCK patron_fields_dropdown -%]
82
    [% IF search_box %]
82
    [% IF search_box %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt (+1 lines)
Lines 5-10 Link Here
5
[% USE KohaDates %]
5
[% USE KohaDates %]
6
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% PROCESS 'i18n.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
<title>[% FILTER collapse %]
10
<title>[% FILTER collapse %]
10
    [% t("Koha staff interface") | html %]
11
    [% t("Koha staff interface") | html %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/alert-subscriptions.tt (-1 / +1 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE AuthorisedValues  %]
3
[% USE AuthorisedValues  %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Alert subscriptions for [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo; Patrons &rsaquo; Koha</title>
8
<title>Alert subscriptions for [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo; Patrons &rsaquo; Koha</title>
8
- 

Return to bug 35157