From c46466ad150f6107858ecf6c1b031219d60eeab9 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 21 Jan 2010 08:58:43 -0500 Subject: [PATCH 1/1] Revised for biblibre/3.2_community: Fix for Bug 3939, Issuing rules clone button looks like a submit This patch incorporates a drop-down for choosing the "clone to" library directly from issuing-rules.pl. This eliminates the extra step of choosing the library after submitting the "clone" action and clarifies the purpose of the two different controls. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tmpl index 8f1e85f731..709b9b4183 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tmpl @@ -56,9 +56,9 @@ $(document).ready(function() { -
" />
-
-
+
" /> +
+
-- 2.11.0