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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref (-1 / +12 lines)
Lines 1-4 Link Here
1
# Broken, omitted: acquisitions, emailPurchaseSuggestions
2
Acquisitions:
1
Acquisitions:
3
    Policy:
2
    Policy:
4
        -
3
        -
Lines 100-105 Acquisitions: Link Here
100
                yes: "Use"
99
                yes: "Use"
101
                no: "Don't use"
100
                no: "Don't use"
102
            - " the framework 'ACQ' for bibliographic records fields"
101
            - " the framework 'ACQ' for bibliographic records fields"
102
        -
103
            - "Choose email address that new purchase suggestions will be sent to: "
104
            - pref: EmailPurchaseSuggestions
105
              default: 0
106
              choices:
107
                  0: None
108
                  EmailAddressForSuggestions: EmailAddressForSuggestions
109
                  BranchEmailAddress: email address of branch
110
                  KohaAdminEmailAddress: KohaAdminEmailAddress
111
            - "If you choose EmailAddressForSuggestions you have to enter a valid email address: "
112
            - pref: EmailAddressForSuggestions
113
              class: email
103
    Printing:
114
    Printing:
104
        -
115
        -
105
            - Use the
116
            - Use the
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref (-13 lines)
Lines 6-23 Administration: Link Here
6
            - pref: KohaAdminEmailAddress
6
            - pref: KohaAdminEmailAddress
7
              class: email
7
              class: email
8
            - "(This is the default From: address for emails unless there is one for the particular library, and is referred to when an internal error occurs.)"
8
            - "(This is the default From: address for emails unless there is one for the particular library, and is referred to when an internal error occurs.)"
9
        -
10
            - "Choose email address that new purchase suggestions will be sent to: "
11
            - pref: EmailPurchaseSuggestions
12
              default: 0
13
              choices:
14
                  0: None
15
                  EmailAddressForSuggestions: EmailAddressForSuggestions
16
                  BranchEmailAddress: email address of branch
17
                  KohaAdminEmailAddress: KohaAdminEmailAddress
18
            - "If you choose EmailAddressForSuggestions you have to enter a valid email address: "
19
            - pref: EmailAddressForSuggestions
20
              class: email
21
        -
9
        -
22
            - "Email address to be set as the replyto in emails: "
10
            - "Email address to be set as the replyto in emails: "
23
            - pref: ReplytoDefault
11
            - pref: ReplytoDefault
24
- 

Return to bug 5770