Owen Leonard
4609e95f9d
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>
17 lines
580 B
Text
17 lines
580 B
Text
[% INCLUDE 'doc-head-open.inc' %]
|
|
<title>Koha › Serials › 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 %]
|