Bug 20240: Remove space before : when searching for a vendor in serials (Vendor name :)
authorOwen Leonard <oleonard@myacpl.org>
Wed, 21 Feb 2018 17:40:06 +0000 (17:40 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 23 Feb 2018 13:57:15 +0000 (10:57 -0300)
This patch removes the space before the colon in the "vendor" label in
the vendor search pop-up window.

To test, apply the patch and go to Serials -> New subscription.

- Click the "Search for a vendor" link next to the vendor form field.
- In the pop-up window, confirm that there is no space before the colon
  in the "vendor" label.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt

index 60d270d..a1c4885 100644 (file)
@@ -9,7 +9,7 @@
 
 <h1>Serial subscription: search for vendor </h1>
     <form action="/cgi-bin/koha/serials/acqui-search-result.pl" method="post">
-        <label for="text">Vendor name : </label>
+        <label for="text">Vendor name: </label>
         <input id="text" type="text"  size="25" name="supplier" />
         <input type="submit" class="button" value="OK" />
     </form>