From 07bb559118225ad0f54c4f50f838abd5b3afb3f9 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 Content-Type: text/plain; charset="utf-8" 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. --- .../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..ac2f89a 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.9.5