Bugzilla – Attachment 72041 Details for
Bug 20240
Remove space before : when searching for a vendor in serials (Vendor name :)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20240: Remove space before : when searching for a vendor in serials (Vendor name :)
Bug-20240-Remove-space-before--when-searching-for-.patch (text/plain), 1.39 KB, created by
Owen Leonard
on 2018-02-21 17:43:08 UTC
(
hide
)
Description:
Bug 20240: Remove space before : when searching for a vendor in serials (Vendor name :)
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-02-21 17:43:08 UTC
Size:
1.39 KB
patch
obsolete
>From ad3e7ac3268c725a519b3ecc5276c1caa74561ab Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 21 Feb 2018 17:40:06 +0000 >Subject: [PATCH] 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. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt >index 60d270d..a1c4885 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tt >@@ -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> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20240
:
72041
|
72103