Bugzilla – Attachment 18992 Details for
Bug 10444
In advanced search(more), [+] and [-] should behave like links on hover
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10444 - In advanced search(more), [+] and [-] should behave like links on hover
Bug-10444---In-advanced-searchmore--and---should-b.patch (text/plain), 2.26 KB, created by
Kyle M Hall (khall)
on 2013-06-14 12:07:11 UTC
(
hide
)
Description:
Bug 10444 - In advanced search(more), [+] and [-] should behave like links on hover
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-06-14 12:07:11 UTC
Size:
2.26 KB
patch
obsolete
>From a6285beaa434dc928d29af3af52eb7f71e9327cd Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Tue, 11 Jun 2013 09:54:13 -0300 >Subject: [PATCH] Bug 10444 - In advanced search(more), [+] and [-] should behave like links on hover >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This patch add href="#" to the [+] and [-] links for adding and removing >search terms. It also defines its style so it doesn't show underlined. > >To test: >- Browse your OPAC to "Advanced Search" and then "More options". >- The [+] and [-] don't change the cursor on hover >- Apply the patch, reload and see the cursor changes >- Functionality should remain unchanged > >Regards >To+ > >Sponsored-by: Universidad Nacional de Córdoba >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/prog/en/css/opac.css | 4 ++++ > .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 4 ++-- > 2 files changed, 6 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css >index 84b8489..28c0eb9 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css >+++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css >@@ -30,6 +30,10 @@ body { > color : #C00; > } > >+a.ButtonPlus, a.ButtonLess { >+ text-decoration : none; >+} >+ > caption { > font-size : 140%; > font-weight : bold; >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt >index 8f763d1..eeed2eb 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt >@@ -125,8 +125,8 @@ > [% IF ( expanded_options ) %] > <!-- [% IF ( search_box.scan_index ) %]<input type="checkbox" name="scan" id="scan" value="1" /> Scan Indexes[% END %] --> > [% IF ( !loop.first ) %] >- <a class="ButtonPlus" name="ButtonPlus" title="Add another field">[+]</a> >- <a class="ButtonLess" title="Remove field">[-]</a> >+ <a class="ButtonPlus" name="ButtonPlus" title="Add another field" href="#">[+]</a> >+ <a class="ButtonLess" title="Remove field" href="#">[-]</a> > [% END %] > [% END %] > </p> >-- >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 10444
:
18836
|
18847
|
18851
|
18852
|
18900
|
18901
|
18902
|
18906
|
18918
|
18919
|
18991
|
18992
|
18993
|
18997
|
18998
|
18999