From 9218490c082c46b5a1faed0f15c8156f71cab12f Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Mon, 24 Oct 2011 13:23:01 -0500 Subject: [PATCH] Bug 7084 - Adding results_summary class to New Tag to correct display inconsistency Content-Type: text/plain; charset="utf-8" To test: Verify that New Tag text is the same size as all of the other surrounding text. Verify that it is consistent with results that have tags. See screenshot for what it looked like before: http://screencast.com/t/hnt15kpS7SH9 Notice that the Add button and New tag text were slightly larger than the similar constructions for results with existing tags. This patch should fix that. --- .../opac-tmpl/prog/en/modules/opac-results.tt | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt index b7fbcb3..2ead1a1 100755 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt @@ -489,14 +489,16 @@ $(document).ready(function(){ [% END %] [% IF ( TagsInputOnList ) %] [% IF ( loggedinusername ) %] +
- + New tag:
+
[% ELSIF ( loop.first ) %]Log in to add tags. [% END %] [% END %] -- 1.7.2.5