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

(-)a/koha-tmpl/intranet-tmpl/prog/css/preferences.css (-1 / +2 lines)
Lines 1-3 Link Here
1
.preference-email,
1
.preference-url,
2
.preference-url,
2
.preference-multi,
3
.preference-multi,
3
.preference-long,
4
.preference-long,
Lines 6-12 Link Here
6
    width: 20em;
7
    width: 20em;
7
}
8
}
8
9
9
.preference-short, .preference-email {
10
.preference-short {
10
    width: 10em;
11
    width: 10em;
11
}
12
}
12
13
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (+2 lines)
Lines 393-398 Circulation: Link Here
393
        -
393
        -
394
            - "Send all notices as a BCC to this email address:"
394
            - "Send all notices as a BCC to this email address:"
395
            - pref: NoticeBcc
395
            - pref: NoticeBcc
396
              class: email
396
        -
397
        -
397
            - pref: OverdueNoticeCalendar
398
            - pref: OverdueNoticeCalendar
398
              choices:
399
              choices:
Lines 947-952 Circulation: Link Here
947
        -
948
        -
948
            - "Fallback email address for staff ILL notices to be sent to in the absence of a library address:"
949
            - "Fallback email address for staff ILL notices to be sent to in the absence of a library address:"
949
            - pref: ILLDefaultStaffEmail
950
            - pref: ILLDefaultStaffEmail
951
              class: email
950
    Fines Policy:
952
    Fines Policy:
951
        -
953
        -
952
            - pref: finesCalendar
954
            - pref: finesCalendar
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-1 / +1 lines)
Lines 907-913 OPAC: Link Here
907
        -
907
        -
908
            - "The email address to receive PayPal payments is "
908
            - "The email address to receive PayPal payments is "
909
            - pref: PayPalUser
909
            - pref: PayPalUser
910
              class: long
910
              class: email
911
            - "."
911
            - "."
912
        -
912
        -
913
            - "The password for the PayPal account to receive payments is "
913
            - "The password for the PayPal account to receive payments is "
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-1 / +1 lines)
Lines 184-189 Patrons: Link Here
184
         - pref: SMSSendPassword
184
         - pref: SMSSendPassword
185
         - ". Override from address with"
185
         - ". Override from address with"
186
         - pref: EmailSMSSendDriverFromAddress
186
         - pref: EmailSMSSendDriverFromAddress
187
           class: email
187
         - "for emails sent using \"Email\" send driver."
188
         - "for emails sent using \"Email\" send driver."
188
     -
189
     -
189
         - pref: FallbackToSMSIfNoEmail
190
         - pref: FallbackToSMSIfNoEmail
190
- 

Return to bug 27805