Bugzilla – Attachment 6042 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 - Adding results_summary class to New Tag to correct display inconsistency
Bug-7084---Adding-resultssummary-class-to-New-Tag-.patch (text/plain), 2.39 KB, created by
Liz Rea
on 2011-10-24 18:35:52 UTC
(
hide
)
Description:
Bug 7084 - Adding results_summary class to New Tag to correct display inconsistency
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2011-10-24 18:35:52 UTC
Size:
2.39 KB
patch
obsolete
>From 9218490c082c46b5a1faed0f15c8156f71cab12f Mon Sep 17 00:00:00 2001 >From: Liz Rea <lrea@nekls.org> >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 ) %] >+ <div class="results_summary"> > <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> > <span id="newtag[% SEARCH_RESULT.biblionumber %]_status" class="tagstatus" style="display:none;"> > Tag status here. > </span> >+ </div> > [% ELSIF ( loop.first ) %]<span class="tagstatus" id="login4tags">Log in to add tags.</span> > [% END %] > [% END %] >-- >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