Bugzilla – Attachment 6046 Details for
Bug 7084
New Tag on results display missing results_summary class, causing display inconsistency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7084 - Re-arranging results_summary for tags so that it applies where it is supposed to
Bug-7084---Re-arranging-resultssummary-for-tags-so.patch (text/plain), 2.80 KB, created by
Liz Rea
on 2011-10-24 20:36:02 UTC
(
hide
)
Description:
Bug 7084 - Re-arranging results_summary for tags so that it applies where it is supposed to
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2011-10-24 20:36:02 UTC
Size:
2.80 KB
patch
obsolete
>From 02cb70592ac9b3aed6cd04f27fb80e6183ac1131 Mon Sep 17 00:00:00 2001 >From: Liz Rea <lrea@nekls.org> >Date: Mon, 24 Oct 2011 15:26:32 -0500 >Subject: [PATCH] Bug 7084 - Re-arranging results_summary for tags so that it applies where it is supposed to >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 in size with results that have existing 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, 2 insertions(+), 2 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..7201a82 100755 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >@@ -480,8 +480,8 @@ $(document).ready(function(){ > [% IF ( LibraryThingForLibrariesID ) %]<div class="ltfl_reviews"></div>[% END %] > [% IF ( opacuserlogin ) %][% IF ( TagsEnabled ) %] > [% IF ( TagsShowOnList ) %] >+ <div class="results_summary"> > [% IF ( SEARCH_RESULT.TagLoop.size ) %] >- <div class="results_summary"> > <span class="label">Tags:</span> > <ul style="display: inline; list-style: none;">[% FOREACH TagLoo IN SEARCH_RESULT.TagLoop %]<li style="display: inline; list-style: none;"><a href="/cgi-bin/koha/opac-search.pl?tag=[% TagLoo.term |url %]&q=[% TagLoo.term |url %]">[% TagLoo.term %]</a> <span class="weight">([% TagLoo.weight_total %])</span></li> > [% END %] >@@ -490,7 +490,7 @@ $(document).ready(function(){ > [% IF ( TagsInputOnList ) %] > [% IF ( loggedinusername ) %] > <form name="tagform[% SEARCH_RESULT.biblionumber %]" method="post" action="/cgi-bin/koha/opac-tags.pl"> >- <label for="newtag[% SEARCH_RESULT.biblionumber %]">New tag:</label> >+ <span class="label">New tag:</span> > <input name="newtag[% SEARCH_RESULT.biblionumber %]" id="newtag[% SEARCH_RESULT.biblionumber %]" maxlength="100" /> > <input name="tagbutton" class="tagbutton" title="[% SEARCH_RESULT.biblionumber %]" type="submit" value="Add" /> > </form> >-- >1.7.2.5
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 7084
:
6042
|
6043
|
6046
|
6057