Bugzilla – Attachment 36357 Details for
Bug 11900
Add tooltips to cart and list in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNOFF] Bug 11900 - OPAC cart can confuse patrons
SIGNOFF-Bug-11900---OPAC-cart-can-confuse-patrons.patch (text/plain), 2.77 KB, created by
Jesse Maseto
on 2015-03-03 08:08:23 UTC
(
hide
)
Description:
[SIGNOFF] Bug 11900 - OPAC cart can confuse patrons
Filename:
MIME Type:
Creator:
Jesse Maseto
Created:
2015-03-03 08:08:23 UTC
Size:
2.77 KB
patch
obsolete
>From 2f653af3fa79a3dba39a07d13a3b10305857f41b Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Wed, 18 Feb 2015 21:04:26 +0100 >Subject: [PATCH] [SIGNOFF] Bug 11900 - OPAC cart can confuse patrons > >This patch adds a title tag to the "Cart" link on Opac main page (and to the "Lists" link as well). > >Wording should be verified by a native speaker :-) > >To test: >Apply patch >Go to OPAC main page, verify that a tooltip appears on the "Cart" and "Lists" links at the top of the page. > >Signed-off-by: Nick <nick@quecheelibrary.org> >Signed-off-by: Jesse Maseto <jesse@bywatersolutions.com> >--- > .../opac-tmpl/bootstrap/en/includes/masthead.inc | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >index 904c232..e65aca6 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -19,7 +19,7 @@ > <ul class="nav"> > [% IF ( Koha.Preference( 'opacbookbag' ) == 1 ) %] > <li class="dropdown"> >- <a href="#" class="dropdown-toggle" id="cartmenulink" data-toggle="dropdown" role="button"> >+ <a href="#" title="Collect items you are interested in" class="dropdown-toggle" id="cartmenulink" data-toggle="dropdown" role="button"> > <i id="carticon" class="icon-shopping-cart icon-white"></i> <span class="cartlabel">Cart</span> <span id="basketcount"></span> <b class="caret"></b> > </a> > <ul aria-labelledby="cartmenulink" role="menu" class="dropdown-menu"> >@@ -34,7 +34,7 @@ > [% END %] > [% IF ( Koha.Preference( 'virtualshelves' ) == 1 ) %] > <li class="dropdown"> >- <a href="#" class="dropdown-toggle" id="listsmenu" data-toggle="dropdown" role="button"><i class="icon-list icon-white"></i> <span class="listslabel">Lists</span> <b class="caret"></b></a> >+ <a href="#" title="Show lists" class="dropdown-toggle" id="listsmenu" data-toggle="dropdown" role="button"><i class="icon-list icon-white"></i> <span class="listslabel">Lists</span> <b class="caret"></b></a> > <ul aria-labelledby="listsmenu" role="menu" class="dropdown-menu"> > [% IF ( pubshelves ) %] > <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?display=publicshelves" tabindex="-1" role="menuitem"><strong>Public lists</strong></a></li> >-- >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 11900
:
36002
|
36239
|
36357
|
36408