Bugzilla – Attachment 33583 Details for
Bug 13256
Typographical error on item search template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 13256 - Typographical error on item search template
PASSED-QA-Bug-13256---Typographical-error-on-item-.patch (text/plain), 1.60 KB, created by
Katrin Fischer
on 2014-11-15 08:10:32 UTC
(
hide
)
Description:
[PASSED QA] Bug 13256 - Typographical error on item search template
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-11-15 08:10:32 UTC
Size:
1.60 KB
patch
obsolete
>From 17d0ee27e368777e68a142ada95f9cdb736777d5 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?H=C3=A9ctor=20Eduardo=20Castro=20Avalos?= > <hector.hecaxmmx@gmail.com> >Date: Fri, 14 Nov 2014 11:08:37 -0500 >Subject: [PATCH] [PASSED QA] Bug 13256 - Typographical error on item search > template > >Typo error found in the new template itemsearch.tt line 363 "_ matches >only a single charcter" > >Test plan: >1) Go to url 'intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt' > line 363 and check the typo "_ matches only a single charcter" and > change for _ matches only a single character >2) Apply the patch >3) Repeat step 1 and check if the typo is fixed > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >index 57d605e..0c65c11 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >@@ -360,7 +360,7 @@ > [% INCLUDE form_field_select_text_block %] > <p class="hint">You can use the following wildcard characters: % _</p> > <p class="hint">% matches any number of characters</p> >- <p class="hint">_ matches only a single charcter</p> >+ <p class="hint">_ matches only a single character</p> > </fieldset> > <fieldset> > <div class="form-field"> >-- >1.9.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 13256
:
33574
|
33576
| 33583