Bugzilla – Attachment 131040 Details for
Bug 20689
Improve usability of Item search fields administration page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20689: (follow-up) Tiny typo fix
Bug-20689-follow-up-Tiny-typo-fix.patch (text/plain), 1.41 KB, created by
Martin Renvoize (ashimema)
on 2022-02-23 14:50:00 UTC
(
hide
)
Description:
Bug 20689: (follow-up) Tiny typo fix
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-02-23 14:50:00 UTC
Size:
1.41 KB
patch
obsolete
>From f55bdaa4895e16b720e71aea16326180d6b13c5d Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chris@bigballofwax.co.nz> >Date: Sun, 14 Apr 2019 21:57:27 +0000 >Subject: [PATCH] Bug 20689: (follow-up) Tiny typo fix > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../prog/en/includes/admin-items-search-field-form.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-items-search-field-form.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-items-search-field-form.inc >index b95e263d91..302a9b6e56 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-items-search-field-form.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-items-search-field-form.inc >@@ -25,7 +25,7 @@ > [% IF field && field.tagfield == tagfield %] > <input type="text" id="tagfield" name="tagfield" maxlength="3" size="3" class="required" pattern="[a-zA-Z0-9]+" required="required" value="[% tagfield | html %]" /> > [% ELSE %] >- <input type="text" id="tagfield" name="tagfield" maxlenght="3" size="3" class="required" pattern="[a-zA-Z0-9]+" required="required" /> >+ <input type="text" id="tagfield" name="tagfield" maxlength="3" size="3" class="required" pattern="[a-zA-Z0-9]+" required="required" /> > [% END %] > <span class="required">Required</span> > </li> >-- >2.20.1
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 20689
:
77640
|
79554
|
79779
|
80538
|
80539
|
80712
|
80713
|
81137
|
81150
|
81151
|
83795
|
83796
|
83827
|
87955
|
87956
|
87957
|
88294
|
124056
|
124057
|
124058
|
124059
|
131038
|
131039
| 131040 |
131041