From 525d30f0b730093ed02547b68543f53562ed84f5 Mon Sep 17 00:00:00 2001 From: Claire Hernandez Date: Mon, 11 Jun 2012 15:52:10 +0200 Subject: [PATCH] Bug 7994: Fix pref yaml errors Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack Signed-off-by: Jared Camins-Esakov --- .../admin/preferences/acquisitions.pref | 70 +++++++++---------- .../admin/preferences/circulation.pref | 4 +- .../modules/admin/preferences/searching.pref | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref index 70e660d2c8..17789cabaf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref @@ -1,40 +1,40 @@ # Broken, omitted: acquisitions, emailPurchaseSuggestions Acquisitions: Policy: - - - - Create an item when - - pref: AcqCreateItem - choices: - ordering: placing an order. - receiving: receiving an order. - cataloguing: cataloging the record. - - - - When closing or reopening a basket, - - pref: BasketConfirmations - default: 1 - choices: - 1: always ask for confirmation. - 2: do not ask for confirmation. - - - - Show baskets - - pref: AcqViewBaskets - choices: - user: created by staff member. - branch: from staff member's branch. - all: in system, regardless of owner. - - - - 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. + - + - When closing or reopening a basket, + - pref: BasketConfirmations + default: 1 + choices: + 1: always ask for confirmation. + 2: do not ask for confirmation. + - + - Show baskets + - pref: AcqViewBaskets + choices: + user: created by staff member. + branch: from staff member's library. + all: in system, regardless of owner. + - + - 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. diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 2856a89a9d..f8f471270a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -79,13 +79,13 @@ Circulation: yes: Require no: "Don't require" - staff to choose which checkouts to show before running the overdues report. - - + - - pref: DisplayClearScreenButton choices: yes: Show no: "Don't show" - a button to clear the current patron from the screen on the circulation screen. - - + - - pref: RecordLocalUseOnReturn choices: yes: Record diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref index 70eda0a31b..058cbf6fd4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref @@ -7,7 +7,7 @@ Searching: no: Use - the Zebra search engine. It is recommended to use Zebra; the option to not use Zebra is deprecated and is not guaranteed to work. - - - 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 -- 2.39.5