Koha/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt
Owen Leonard 4609e95f9d Bug 20240: Remove space before : when searching for a vendor in serials (Vendor name :)
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>
2018-02-23 10:57:15 -03:00

17 lines
580 B
Text

[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Serials &rsaquo; Search for vendor</title>
[% INCLUDE 'doc-head-close.inc' %]
</head>
<body id="ser_acqui-search" class="ser">
<div class="container-fluid">
<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>
<input id="text" type="text" size="25" name="supplier" />
<input type="submit" class="button" value="OK" />
</form>
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %]