From 9ca39e88a0702c53725ad38cf06dc2d890ab2ca0 Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Mon, 17 Mar 2008 10:43:57 -0400 Subject: [PATCH] Seventh installment Patron card generation feature Signed-off-by: Joshua Ferraro --- .../includes/tools-labels-batches-toolbar.inc | 46 +++++++++++++++++++ .../prog/en/modules/labels/label-manager.tmpl | 9 +--- .../prog/en/modules/labels/result.tmpl | 3 +- 3 files changed, 49 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-labels-batches-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-labels-batches-toolbar.inc index 08c8d7c03b..d8a218ff72 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-labels-batches-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-labels-batches-toolbar.inc @@ -1,7 +1,12 @@ +
+
+ diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manager.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manager.tmpl index 91a4b6ef20..d154e56de4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manager.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manager.tmpl @@ -1,10 +1,5 @@ Koha › <!-- TMPL_IF EXPR="(batch_type eq 'labels')" -->Labels<!-- TMPL_ELSIF EXPR="(batch_type eq 'patroncards')" -->Patron Cards<!-- /TMPL_IF --> - @@ -22,8 +17,8 @@ function Plugin(batch_id) { - +

Items to be Printed for Batch ( items)

@@ -66,9 +61,9 @@ function Plugin(batch_id) {
- +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tmpl index 83ae48f69f..27ae15fbc6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tmpl @@ -100,9 +100,8 @@ function add_item3(itemnumber){ - + -
); return false" />

-- 2.39.5