From 17d0ee27e368777e68a142ada95f9cdb736777d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Eduardo=20Castro=20Avalos?= 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 Signed-off-by: Katrin Fischer --- 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 %]

You can use the following wildcard characters: % _

% matches any number of characters

-

_ matches only a single charcter

+

_ matches only a single character

-- 1.9.1