From ed0ce4758e54ec4b3a9b599cdbc9270ec2408d4b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 9 Apr 2013 15:27:15 -0400 Subject: [PATCH] Bug 10008 - Serials search results 'Opened' tab should be 'Open' The searials search results "Opened" tab should be labeled "Open." This patch makes this correction and changes the wording in another place which used "opened." Markup has also been added to maintain consistency in display of messages. To test, perform a search for a subscription. If your search returns results you should see an "Open" and a "Closed" tab. To test other affected changes perform searches which return no results, only open subscriptions, or only closed subscriptions. "No results" messages should display correctly and consistently. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart --- .../prog/en/modules/serials/serials-search.tt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt index 0c937bf..459a80a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt @@ -105,7 +105,7 @@ [% IF ( total ) %]
@@ -188,7 +188,9 @@ [% ELSE %] - There is no opened subscription for your search. +
+

Your search returned no open subscriptions.

+
[% END %]
@@ -252,10 +254,16 @@ [% ELSE %] - There is no closed subscription for your search. +
+

Your search returned no closed subscriptions.

+
[% END %]
+ [% ELSE %] +
+

Your search returned no results.

+
[% END %] [% END %] -- 1.7.10.4