Bug 7994: Fix pref yaml errors
authorClaire Hernandez <claire.hernandez@biblibre.com>
Mon, 11 Jun 2012 13:52:10 +0000 (15:52 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 20 Jun 2012 19:09:29 +0000 (21:09 +0200)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref

index cf8fcf0..ebae997 100644 (file)
@@ -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.
index d2d11b4..a54e3c5 100644 (file)
@@ -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
index 3d7dd64..e324680 100644 (file)
@@ -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 <code>'indexname' =&gt; '100a,245a,500*',</code>):
+            - 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>)
             - pref: NoZebraIndexes
               type: textarea
               class: list