From 4a9d4615a68b55e9839cd9fd688c3128282459e6 Mon Sep 17 00:00:00 2001 From: Claire Hernandez Date: Mon, 11 Jun 2012 15:52:10 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 7994: Fix pref yaml errors Signed-off-by: Kyle M Hall --- .../en/modules/admin/preferences/acquisitions.pref | 76 ++++++++++---------- .../en/modules/admin/preferences/circulation.pref | 4 +- .../en/modules/admin/preferences/searching.pref | 2 +- 3 files changed, 41 insertions(+), 41 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 cf8fcf0..2b326e3 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,43 +1,43 @@ # 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. - - - - pref: UniqueItemFields - - (space-separated list of fields that should be unique for items, must be valid SQL fields of items table) - - - - 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%) + - + - Create an item when + - pref: AcqCreateItem + choices: + ordering: placing an order. + receiving: receiving an order. + cataloguing: cataloging the record. + - + - pref: UniqueItemFields + - (space-separated list of fields that should be unique for items, must be valid SQL fields of items table) + - + - 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 d2d11b4..a54e3c5 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 3d7dd64..e324680 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 -- 1.7.2.5