Bugzilla – Attachment 102050 Details for
Bug 25013
Fix capitalization: Edit Items on batch item edit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25013: Fix capitalization: Edit Items on batch item edit
Bug-25013-Fix-capitalization-Edit-Items-on-batch-i.patch (text/plain), 1.34 KB, created by
David Nind
on 2020-03-29 07:56:28 UTC
(
hide
)
Description:
Bug 25013: Fix capitalization: Edit Items on batch item edit
Filename:
MIME Type:
Creator:
David Nind
Created:
2020-03-29 07:56:28 UTC
Size:
1.34 KB
patch
obsolete
>From f9251f3f4ad418f0e3a8a677ced39db99d59280a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 28 Mar 2020 00:54:21 +0100 >Subject: [PATCH] Bug 25013: Fix capitalization: Edit Items on batch item edit > >Fixes a tiny string issue: Edit Items --> Edit items > >To test: >- Go to tools / batch item edit >- Enter a barcode >- Check the heading above the edit item form >- Apply patch >- Verify the heading is now properly capitalized > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >index e34cee89a0..207599881c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >@@ -261,7 +261,7 @@ $(document).ready(function(){ > > [% UNLESS (too_many_items_process) %] > <div id="cataloguing_additem_newitem"> >- <h2>Edit Items</h2> >+ <h2>Edit items</h2> > <div class="hint">Checking the box right next to the subfield label will disable the entry and delete the subfield on all selected items. Leave fields blank to make no change.</div> > <fieldset class="rows"> > <ol> >-- >2.11.0
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 25013
:
102027
|
102050
|
102119