Bugzilla – Attachment 18730 Details for
Bug 10346
"Add multiple copies" should be labelled "Add multiple items"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10346 - "Add multiple copies" should be labelled "Add multiple items"
Bug-10346---Add-multiple-copies-should-be-labelled.patch (text/plain), 3.01 KB, created by
Jonathan Druart
on 2013-06-07 10:47:06 UTC
(
hide
)
Description:
Bug 10346 - "Add multiple copies" should be labelled "Add multiple items"
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-06-07 10:47:06 UTC
Size:
3.01 KB
patch
obsolete
>From 79222507efcab6f93b5954fa233c62a65108f59f Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 5 Jun 2013 14:03:51 -0400 >Subject: [PATCH] Bug 10346 - "Add multiple copies" should be labelled "Add > multiple items" > >The Koha interface standardizes on the term "item" instead of "copy," so >the "Add multiple copies" button would be more correctly labeled "Add >multiple items." > >To test, view the add item screen for an existing or new record. You >should see a button labeled "Add multiple items." > >Signed-off-by: Cedric Vita <cedric.vita@dracenie.com> >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >index 40d0a9a..74b6d30 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -208,15 +208,15 @@ $(document).ready(function() { > > <fieldset class="action"> [% IF ( opisadd ) %] > <input type="submit" name="phony_submit" value="phony_submit" id="phony_submit" style="display:none;" onclick="return false;" /> >- <!-- Note : We use here a false submit button because we have several submit buttons and we don't want the user to believe he validated the adding of multiple copies >+ <!-- Note : We use here a false submit button because we have several submit buttons and we don't want the user to believe he validated the adding of multiple items > when pressing the enter key, while in fact it is the first submit button that is validated, in our case the "add (single) item" button. > It is a bit tricky, but necessary in the sake of UI correctness. > --> > > <input type="submit" name="add_submit" value="Add item" onclick="return Check(this.form)" /> > <input type="submit" name="add_duplicate_submit" value="Add & duplicate" onclick="return Check(this.form)" /> >- <input type="submit" name="add_multiple_copies" value="Add multiple copies" onclick="javascript:this.nextSibling.style.visibility='visible';document.f.number_of_copies.focus(); return false;" /><span id="add_multiple_copies_span" style="visibility:hidden"> >- <label for="number_of_copies">Number of copies to add : </label> >+ <input type="submit" name="add_multiple_copies" value="Add multiple items" onclick="javascript:this.nextSibling.style.visibility='visible';document.f.number_of_copies.focus(); return false;" /><span id="add_multiple_copies_span" style="visibility:hidden"> >+ <label for="number_of_copies">Number of items to add : </label> > <input type="text" id="number_of_copies" name="number_of_copies" value="" size="2" /> > <input type="submit" id="add_multiple_copies_submit" name="add_multiple_copies_submit" value="Add" onclick="javascript:return Check(this.form) && CheckMultipleAdd(this.form.number_of_copies.value);" /> > </span> >-- >1.7.10.4
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 10346
:
18686
|
18694
| 18730