From 31366069acf36376e74a30e79fed4a86a78d0196 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Fri, 24 Jan 2014 09:47:53 -0600 Subject: [PATCH] [Signed-off] Bug 11272 - copy submit button on inventory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The inventory tool allows for 2 ways of processing files. The first is to upload a file. The second is to generate the shelf list. Most libraries think they have to fill in all fields because the submit button is at the bottom of the second option. They do not. This patch adds a second submit button under the first method to make this clearer. To test: * Generate a file of barcodes for inventorying * Before applying the patch use the file upload method to mark as seen * Apply the patch * Use the file upload method to mark as seen using the new submit * Repeat the above for the shelf list method * Confirm that inventory still works as expected with 2 buttons Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Rebased. Works as expected. Signed-off-by: Marc VĂ©ron --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt index fdac5fa..ea307af 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -130,6 +130,9 @@ $(document).ready(function(){ + +
+
Select items you want to check
  1. @@ -218,6 +221,7 @@ $(document).ready(function(){
+
-- 1.7.10.4