Bug 27805: (follow-up) Update more instances
This patch updates some preferences I missed in the first round: - NoticeBcc - ILLDefaultStaffEmail - PayPalUser - EmailSMSSendDriverFromAddress I've also modified the preferences CSS so that fields with type "email" are styled the same as fields with the "long" class to give more room for email addresses. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
01e4ba089f
commit
ad701eac46
4 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
.preference-email,
|
||||
.preference-url,
|
||||
.preference-multi,
|
||||
.preference-long,
|
||||
|
@ -6,7 +7,7 @@
|
|||
width: 20em;
|
||||
}
|
||||
|
||||
.preference-short, .preference-email {
|
||||
.preference-short {
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
|
|
|
@ -393,6 +393,7 @@ Circulation:
|
|||
-
|
||||
- "Send all notices as a BCC to this email address:"
|
||||
- pref: NoticeBcc
|
||||
class: email
|
||||
-
|
||||
- pref: OverdueNoticeCalendar
|
||||
choices:
|
||||
|
@ -947,6 +948,7 @@ Circulation:
|
|||
-
|
||||
- "Fallback email address for staff ILL notices to be sent to in the absence of a library address:"
|
||||
- pref: ILLDefaultStaffEmail
|
||||
class: email
|
||||
Fines Policy:
|
||||
-
|
||||
- pref: finesCalendar
|
||||
|
|
|
@ -907,7 +907,7 @@ OPAC:
|
|||
-
|
||||
- "The email address to receive PayPal payments is "
|
||||
- pref: PayPalUser
|
||||
class: long
|
||||
class: email
|
||||
- "."
|
||||
-
|
||||
- "The password for the PayPal account to receive payments is "
|
||||
|
|
|
@ -184,6 +184,7 @@ Patrons:
|
|||
- pref: SMSSendPassword
|
||||
- ". Override from address with"
|
||||
- pref: EmailSMSSendDriverFromAddress
|
||||
class: email
|
||||
- "for emails sent using \"Email\" send driver."
|
||||
-
|
||||
- pref: FallbackToSMSIfNoEmail
|
||||
|
|
Loading…
Reference in a new issue