Bug 13272: (follow-up) Replace tabs with spaces
authorMark Tompsett <mtompset@hotmail.com>
Wed, 19 Sep 2018 18:49:02 +0000 (18:49 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 5 Oct 2018 15:26:22 +0000 (16:26 +0100)
Cleaned up whitespace issues tab vs. space in template.
After applying all patches:
    git diff -w origin/master
For the koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt
only the changed type="text" lines will show, but without the
-w, there will be more whitespace changes.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

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

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 5edd363a1f2e3b1ea34f3f2aa7ace86cbf467df8)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt

index bbb4bb9..cbc62e2 100644 (file)
 <div class="yui-g">
     <form id="checkin-form" method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off" >
     <div class="yui-u first">
-            <fieldset>
-       <legend>Check in</legend>
+        <fieldset>
+            <legend>Check in</legend>
             <label for="barcode">Enter item barcode: </label>
-                       [% IF ( exemptfine ) %]
-                       <input name="barcode" id="barcode" size="14" class="focus alert" type="text" />
-                       [% ELSIF ( dropboxmode ) %]
-                       <input name="barcode" id="barcode" size="14" class="focus alert" type="text" />
-                       [% ELSE %]
-                       <input name="barcode" id="barcode" size="14" class="focus" type="text" />
-                       [% END %]
+            [% IF ( exemptfine ) %]
+            <input name="barcode" id="barcode" size="14" class="focus alert" type="text" />
+            [% ELSIF ( dropboxmode ) %]
+            <input name="barcode" id="barcode" size="14" class="focus alert" type="text" />
+            [% ELSE %]
+            <input name="barcode" id="barcode" size="14" class="focus" type="text" />
+            [% END %]
             <input type="submit" class="submit" value="Submit" />
 
             [% IF Koha.Preference('SpecifyReturnDate') %]