Bugzilla – Attachment 87957 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 - tiny typo fix
Bug-20689-Follow---tiny-typo-fix.patch (text/plain), 1.29 KB, created by
Chris Cormack
on 2019-04-14 22:00:53 UTC
(
hide
)
Description:
Bug 20689 Follow - tiny typo fix
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2019-04-14 22:00:53 UTC
Size:
1.29 KB
patch
obsolete
>From 54b12812474e30cc74db2a492e5f230f1f15edd9 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 - tiny typo fix > >--- > .../intranet-tmpl/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.11.0
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