From 80b0e3b478353143081144a4a30c9c98d743a7d7 Mon Sep 17 00:00:00 2001
From: Mathieu Saby <mathsabypro@gmail.com>
Date: Sun, 26 Jan 2014 23:50:09 +0100
Subject: [PATCH] [PASSED QA] Bug 11459: Make OrderPdfFormat syspref
 description more verbose
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This patch adds precisions to OrderPdfFormat syspref.

To test: in staff interface, check the syspref is now presented that way:
Use ___ layout when printing basket groups (in the form pdfformat::layoutname). Two english layouts are available: pdfformat::layout2pages and pdfformat::layout3pages ; one french layout is available: pdfformat::layout3pagesfr.

Patch behaves as expected.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Fixed English/French.
---
 .../intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 60ba8be..14cb6e4 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
@@ -50,4 +50,4 @@ Acquisitions:
         -
             - Use
             - pref: OrderPdfFormat
-            - when printing basket groups.
+            - "layout when printing basket groups (in the form pdfformat::layoutname). Two English layouts are available: pdfformat::layout2pages and pdfformat::layout3pages ; one French layout is available: pdfformat::layout3pagesfr."
-- 
1.8.3.2