@@ -, +, @@ --- .../en/modules/admin/preferences/acquisitions.pref | 45 ++++++++++---------- .../prog/en/modules/admin/preferences/admin.pref | 3 +- .../en/modules/admin/preferences/searching.pref | 2 +- .../prog/en/modules/admin/preferences/serials.pref | 3 +- .../en/modules/admin/preferences/staff-client.pref | 4 +- 5 files changed, 30 insertions(+), 27 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref @@ -2,26 +2,27 @@ # Unsure how to format the OrderPdfTemplate field as a browse option Acquisitions: Policy: - - - - Create an item when - - pref: AcqCreateItem - choices: - ordering: placing an order. - receiving: receiving an order. - cataloguing: cataloging the record. - - - - Display currencies using the following format - - pref: CurrencyFormat - choices: - US: 360,000.00 (US) - FR: 360 000,00 (FR) - - - - The default tax rate is - - pref: gist - - (enter in numeric form, 0.12 for 12%) - + - + - Create an item when + - pref: AcqCreateItem + choices: + ordering: placing an order. + receiving: receiving an order. + cataloguing: cataloging the record. + - + - Display currencies using the following format + - pref: CurrencyFormat + choices: + US: 360,000.00 (US) + FR: 360 000,00 (FR) + - + - The default tax rate is + - pref: gist + - (enter in numeric form, 0.12 for 12%) + Printing: - - - - Use - - pref: OrderPdfFormat - - when printing basket groups. + - + - Use + - pref: OrderPdfFormat + - when printing basket groups. + --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref @@ -101,4 +101,5 @@ Administration: - of CAS when logging out of Koha. - - The CAS Authentication Server can be found at - - pref: casServerUrl + - pref: casServerUrl + --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref @@ -8,7 +8,7 @@ Searching: no: Use - the Zebra search engine. Searches are very slow on even modest sized collections when Zebra is off. - - - When Zebra is not in use, translate the following MARC fields to the following indexes (each line should look something like 'indexname' => '100a,245a,500*',): + - When Zebra is not in use, translate the following MARC fields to the following indexes (each line should look something like 'indexname' => '100a,245a,500*',) - pref: NoZebraIndexes type: textarea class: list --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref @@ -16,4 +16,5 @@ Serials: choices: yes: Place no: "Don't place" - - received serials on hold if they are on a routing list. + - received serials on hold if they are on a routing list. + --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff-client.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff-client.pref @@ -46,11 +46,11 @@ Staff Client: - pref: intranetuserjs type: textarea class: code - - + - - XSLT path for the result page in the staff client - pref: IntranetXSLTResultsDisplay class: file - - + - - XSLT path for the details pages in the staff client - pref: IntranetXSLTDetailsDisplay class: file --