Bugzilla – Attachment 156435 Details for
Bug 34966
Terminology: Add item form - "Add & duplicate" should be "Add and duplicate"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34966: Terminology - fix add item form (& to and)
Bug-34966-Terminology---fix-add-item-form--to-and.patch (text/plain), 1.84 KB, created by
David Nind
on 2023-09-30 06:37:53 UTC
(
hide
)
Description:
Bug 34966: Terminology - fix add item form (& to and)
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-09-30 06:37:53 UTC
Size:
1.84 KB
patch
obsolete
>From 2562e5e4f9e157010d356479f11b0414d48fefce Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Sat, 30 Sep 2023 06:27:39 +0000 >Subject: [PATCH] Bug 34966: Terminology - fix add item form (& to and) > >This patch updates the add item form in the staff interface to >change the 'Add & duplicate' button to 'Add and duplicate'. > >In our terminology guide, & should only be used when >it is part of a proper noun or a common abbreviation: >https://wiki.koha-community.org/wiki/Terminology > >Test plan: >1. In the staff interface, search for and select a record. >2. Select New > New item. >3. Note that "Add & duplicate" is one of the action buttons at the >bottom of the add item form. >4. Apply the patch. >5. Refresh the page. >6. Note that the action button is now labelled 'Add and duplicate'. >7. Sign off! 8-) > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 9326db28b6..6fe0ec6cdc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -287,7 +287,7 @@ > --> > <span id="addsingle"> > <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_duplicate_submit" value="Add and duplicate" onclick="return Check(this.form)" /> > </span> > <span id="addmultiple"> > <input type="button" name="add_multiple_copies" id="add_multiple_copies" value="Add multiple copies of this item" /> >-- >2.30.2
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 34966
:
156435
|
157063
|
157066
|
157152