From dfb660c46e3a046b5665bd9646048b2a27f017bc Mon Sep 17 00:00:00 2001 From: Mathieu Saby Date: Sun, 26 Jan 2014 23:50:09 +0100 Subject: [PATCH] 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 --- .../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..8703710 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.7.10.4