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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref (-22 / +23 lines)
Lines 2-27 Link Here
2
# Unsure how to format the OrderPdfTemplate field as a browse option
2
# Unsure how to format the OrderPdfTemplate field as a browse option
3
Acquisitions:
3
Acquisitions:
4
    Policy:
4
    Policy:
5
    -
5
        -
6
        - Create an item when    
6
            - Create an item when    
7
        - pref: AcqCreateItem
7
            - pref: AcqCreateItem
8
          choices:
8
              choices:
9
              ordering: placing an order.
9
                  ordering: placing an order.
10
              receiving: receiving an order.
10
                  receiving: receiving an order.
11
              cataloguing: cataloging the record.
11
                  cataloguing: cataloging the record.
12
    -
12
        -
13
        - Display currencies using the following format 
13
            - Display currencies using the following format 
14
        - pref: CurrencyFormat
14
            - pref: CurrencyFormat
15
          choices:
15
              choices:
16
              US: 360,000.00 (US)
16
                  US: 360,000.00 (US)
17
              FR: 360 000,00 (FR)
17
                  FR: 360 000,00 (FR)
18
    -
18
        -
19
        - The default tax rate is   
19
            - The default tax rate is   
20
        - pref: gist
20
            - pref: gist
21
        - (enter in numeric form, 0.12 for 12%)
21
            - (enter in numeric form, 0.12 for 12%)
22
22
    
23
    Printing:
23
    Printing:
24
    -
24
        -
25
        - Use   
25
            - Use   
26
        - pref: OrderPdfFormat
26
            - pref: OrderPdfFormat
27
        - when printing basket groups. 
27
            - when printing basket groups. 
28
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref (-1 / +2 lines)
Lines 101-104 Administration: Link Here
101
            - of CAS when logging out of Koha.
101
            - of CAS when logging out of Koha.
102
        -
102
        -
103
            - The CAS Authentication Server can be found at
103
            - The CAS Authentication Server can be found at
104
            - pref: casServerUrl           
104
            - pref: casServerUrl
105
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref (-1 / +1 lines)
Lines 8-14 Searching: Link Here
8
                  no: Use
8
                  no: Use
9
            - the Zebra search engine. Searches are very slow on even modest sized collections when Zebra is off.
9
            - the Zebra search engine. Searches are very slow on even modest sized collections when Zebra is off.
10
        -
10
        -
11
            - When Zebra is not in use, translate the following MARC fields to the following indexes (each line should look something like <code>'indexname' =&gt; '100a,245a,500*',</code>):
11
            - When Zebra is not in use, translate the following MARC fields to the following indexes (each line should look something like <code>'indexname' =&gt; '100a,245a,500*',</code>)
12
            - pref: NoZebraIndexes
12
            - pref: NoZebraIndexes
13
              type: textarea
13
              type: textarea
14
              class: list
14
              class: list
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref (-1 / +2 lines)
Lines 16-19 Serials: Link Here
16
          choices:
16
          choices:
17
              yes: Place
17
              yes: Place
18
              no: "Don't place"
18
              no: "Don't place"
19
        - received serials on hold if they are on a routing list.
19
        - received serials on hold if they are on a routing list.
20
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff-client.pref (-3 / +2 lines)
Lines 46-56 Staff Client: Link Here
46
            - pref: intranetuserjs
46
            - pref: intranetuserjs
47
              type: textarea
47
              type: textarea
48
              class: code
48
              class: code
49
        -   
49
        -
50
            - XSLT path for the result page in the staff client
50
            - XSLT path for the result page in the staff client
51
            - pref: IntranetXSLTResultsDisplay
51
            - pref: IntranetXSLTResultsDisplay
52
              class: file
52
              class: file
53
        -   
53
        -
54
            - XSLT path for the details pages in the staff client
54
            - XSLT path for the details pages in the staff client
55
            - pref: IntranetXSLTDetailsDisplay
55
            - pref: IntranetXSLTDetailsDisplay
56
              class: file
56
              class: file
57
- 

Return to bug 7994