Browse Source

Bug 18584: Our legacy code contains trailing-spaces

This patch removes trailing spaces from acquisitions-search.inc

Mentored-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
18.11.x
Thatcher Leonard 6 years ago
committed by Nick Clemens
parent
commit
e3e2afd88d
  1. 6
      koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc

6
koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc

@ -9,7 +9,7 @@
</div>
<div id="orders_search" class="residentsearch">
<p class="tip">Search orders:</p>
<form action="/cgi-bin/koha/acqui/histsearch.pl" method="post">
<label for="title">Title: </label> <input type="text" id="title" name="title" size="15" value="[% title | html %]" />
<label for="searchsupplier">Vendor:</label> <input type="text" id="searchsupplier" name="name" size="15" value="[% name | html %]" />
@ -22,11 +22,11 @@
<label for="booksellerinvoicenumber">Invoice no.: </label><input type="text" name="booksellerinvoicenumber" id="booksellerinvoicenumber" />
</p>
</form>
</div>
</div>
<ul id="tabtriggers">
<li><a href="#supplier_search">Vendor search</a></li>
<li><a href="#orders_search">Orders search</a></li>
</ul>
</ul>
</div><!-- /header_search -->
</div><!-- /gradient -->
<!-- End Acquisitions Resident Search Box -->

Loading…
Cancel
Save