Bugzilla – Attachment 37850 Details for
Bug 11272
copy submit button on inventory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11272 - copy submit button on inventory
Bug-11272---copy-submit-button-on-inventory.patch (text/plain), 2.05 KB, created by
Mark Tompsett
on 2015-04-15 07:12:30 UTC
(
hide
)
Description:
Bug 11272 - copy submit button on inventory
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2015-04-15 07:12:30 UTC
Size:
2.05 KB
patch
obsolete
>From 10851ba208ac21f73f8911502e088b7e1d34050d Mon Sep 17 00:00:00 2001 >From: "Nicole C. Engard" <nengard@bywatersolutions.com> >Date: Fri, 24 Jan 2014 09:47:53 -0600 >Subject: [PATCH] Bug 11272 - copy submit button on inventory > >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 <oleonard@myacpl.org> >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Rebased. >--- > 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(){ > </ol> > </fieldset> > >+ <!-- submit button for uploaded file --> >+ <fieldset class="action"><input type="submit" value="Submit" class="button" /></fieldset> >+ > <fieldset class="rows"> > <legend>Select items you want to check</legend> > <ol><li> >@@ -218,6 +221,7 @@ $(document).ready(function(){ > </fieldset> > <input type="hidden" name="op" value="do_it" /> > >+ <!-- repeat submit button for generating shelf list --> > <fieldset class="action"><input type="submit" value="Submit" class="button" /></fieldset> > </form> > </div> >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11272
:
24705
|
24893
|
24934
|
37850
|
37895