Bug 21005: Address QA tool failures on tabs
authorMark Tompsett <mtompset@hotmail.com>
Wed, 17 Oct 2018 01:39:41 +0000 (01:39 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 28 Nov 2018 09:17:37 +0000 (10:17 +0100)
Only whitespace changes.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit b2070ef98b74908860556872cc08c0b2ce74b8b1)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 0f719ee1b0d87ef7243c0824a1555c9399000cf8)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>

koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt
koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt
koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt

index e492554..d7d6633 100644 (file)
@@ -77,7 +77,7 @@
             <tr>
                        <td>Patron category</td>
                        <td><input type="radio" name="Line" value="categorycode" /></td>
-                       <td><input type="radio" checked="checked" name="Column" value="categorycode" /></td>
+            <td><input type="radio" checked="checked" name="Column" value="categorycode" /></td>
             <td>
                 <select name="Filter"  size="1" id="catcode">
                     <option value=""></option>
 
             <tr>
                        <td>Library</td>
-                       <td><input type="radio" checked="checked" name="Line"   value="branchcode" /></td>
+            <td><input type="radio" checked="checked" name="Line"   value="branchcode" /></td>
                        <td><input type="radio" name="Column" value="branchcode" /></td>
                        <td>
                 <select name="Filter"  size="1" id="branch">
index d7b90ec..065ef76 100644 (file)
                         <tr>
                 <td>Item type</td>
                                <td><input type="radio" name="Line" value="[% item_itype | html %]" /></td>
-                               <td><input type="radio" checked="checked" name="Column" value="[% item_itype | html %]" /></td>
+                <td><input type="radio" checked="checked" name="Column" value="[% item_itype | html %]" /></td>
                                <td><select name="Filter" id="[% item_itype | html %]">
                                        <option value=""> </option>
                     [% FOREACH itemtype IN itemtypes %]
                        </tr>
                        <tr>
                 <td>Home library</td>
-                               <td><input type="radio" checked="checked" name="Line" value="items.homebranch" /></td>
+                <td><input type="radio" checked="checked" name="Line" value="items.homebranch" /></td>
                                <td><input type="radio" name="Column" value="items.homebranch" /></td>
                                <td><select name="Filter" id="branch">
                     <option value=""> </option>
index 15802cd..d2475f5 100644 (file)
                        <tr class="hilighted">
                                <td>Checkout date</td>
                                <td><input type="radio" name="Line" value="timestamp" /></td>
-                               <td><input type="radio" checked="checked" name="Column" value="timestamp" /></td>
+                <td><input type="radio" checked="checked" name="Column" value="timestamp" /></td>
                                <td > <label for="from">From</label> <input type="text" size="10" id="from" name="Filter" />
                                        <label for="to">To</label> <input size="10" id="to" name="Filter" value="" type="text" />
                     <span class="hint">[% INCLUDE 'date-format.inc' %]</span>
                        </tr>
                        <tr class="hilighted">
                                <td>Patron category</td>
-                               <td><input type="radio" checked="checked" name="Line" value="borrowers.categorycode" /></td>
+                <td><input type="radio" checked="checked" name="Line" value="borrowers.categorycode" /></td>
                                <td><input type="radio" name="Column" value="borrowers.categorycode" /></td>
                 <td>
                     <select name="Filter" size="1" id="borcat">