Bugzilla – Attachment 63777 Details for
Bug 18546
Unhide the 'Hide window' link in OPAC cart
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18546 - Unhide the 'Hide window' link in OPAC cart
Bug-18546---Unhide-the-Hide-window-link-in-OPAC-ca.patch (text/plain), 3.27 KB, created by
Marc Véron
on 2017-05-28 16:44:58 UTC
(
hide
)
Description:
Bug 18546 - Unhide the 'Hide window' link in OPAC cart
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-05-28 16:44:58 UTC
Size:
3.27 KB
patch
obsolete
>From c96ee430dfb726574966db907e089314a3beb78b Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Sun, 28 May 2017 18:37:08 +0200 >Subject: [PATCH] Bug 18546 - Unhide the 'Hide window' link in OPAC cart > >In OPAC cart, the link 'Hide window' is hidden because of a conflict with bootstrap css. > >This patch replaces the sprites for the toolbar with Fafamfam icons to make the 'Hide window' >link visible. >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >index fa7e496..b1755b3 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >@@ -18,17 +18,17 @@ > [% UNLESS ( print_basket ) %] > <div id="toolbar" class="toolbar"> > [% IF ( verbose ) %] >- <a href="opac-basket.pl" class="brief" onclick="showLess(); return false;">Brief display</a> >+ <a href="opac-basket.pl" class="btn btn-link" onclick="showLess(); return false;"><i class="fa fa-folder"></i> Brief display</a> > [% ELSE %] >- <a href="opac-basket.pl" class="detail" onclick="showMore(); return false;">More details</a> >+ <a href="opac-basket.pl" class="btn btn-link" onclick="showMore(); return false;"><i class="fa fa-folder-open"></i> More details</a> > [% END %] > [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] >- <a class="send" href="opac-basket.pl" onclick="sendBasket(); return false;">Send</a> >+ <a class="btn btn-link" href="opac-basket.pl" onclick="sendBasket(); return false;"><i class="fa fa-envelope"></i> Send</a> > [% END %] >- <a class="download" href="opac-basket.pl" onclick="downloadBasket(); return false;">Download</a> >- <a class="print-large" href="opac-basket.pl" onclick="printBasket(); return false;">Print</a> >- <a class="empty" href="opac-basket.pl" onclick="delBasket(); return false;">Empty and close</a> >- <a class="hide close" href="opac-basket.pl">Hide window</a> >+ <a class="btn btn-link" href="opac-basket.pl" onclick="downloadBasket(); return false;"><i class="fa fa-download"></i> Download</a> >+ <a class="btn btn-link" href="opac-basket.pl" onclick="printBasket(); return false;"><i class="fa fa-print"></i> Print</a> >+ <a class="btn btn-link" href="opac-basket.pl" onclick="delBasket(); return false;"><i class="fa fa-trash"></i> Empty and close</a> >+ <a class="btn btn-link" href="opac-basket.pl"><i class="fa fa-times-circle"></i> Hide window</a> > </div> > > <div id="selections-toolbar" class="toolbar"> >-- >2.1.4
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 18546
:
63777
|
63854
|
63884
|
63885