Bugzilla – Attachment 102027 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.29 KB, created by
Katrin Fischer
on 2020-03-27 23:56:55 UTC
(
hide
)
Description:
Bug 25013: Fix capitalization: Edit Items on batch item edit
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-03-27 23:56:55 UTC
Size:
1.29 KB
patch
obsolete
>From 393f8567549ddbb89c5f2ca94339d3f49bc89e79 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 >--- > 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.17.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 25013
:
102027
|
102050
|
102119