Bug 22011: Fixed Typo on batchMod-edit.tt
authorJack Kelliher <jke0429@stacmail.net>
Tue, 15 Jan 2019 02:56:23 +0000 (02:56 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 17 Jan 2019 02:23:28 +0000 (02:23 +0000)
1. Navigate to tools, then batch item modification.
2. Input a valid barcode into the barcode list input field, and press
continue.
3. Under the Edit items heading, text should display "Checking the box
right next the subfield ..."
4. Apply patch and refresh page, text should now display "Checking the
box right next to the subfield ..."

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt

index 07a916d..049a92f 100644 (file)
@@ -236,7 +236,7 @@ $(document).ready(function(){
 [% IF ( item_loop ) %]
 <div id="cataloguing_additem_newitem">
         <h2>Edit Items</h2>
-        <div class="hint">Checking the box right next the subfield label will disable the entry and delete the subfield on all selected items. Leave fields blank to make no change.</div>
+        <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>
         [% FOREACH ite IN item %]