Bugzilla – Attachment 43965 Details for
Bug 14915
Use Font Awesome instead of Glyphicons for the staff intranet
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14915: QA Follow-up - Replace fa-zoom-in and fa-zoom-out
Bug-14915-QA-Follow-up---Replace-fa-zoom-in-and-fa.patch (text/plain), 1.73 KB, created by
Katrin Fischer
on 2015-10-25 22:18:11 UTC
(
hide
)
Description:
Bug 14915: QA Follow-up - Replace fa-zoom-in and fa-zoom-out
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-10-25 22:18:11 UTC
Size:
1.73 KB
patch
obsolete
>From fc7bba01089c9d27f4811b8e9f35374218b3878f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 25 Oct 2015 22:18:10 +0100 >Subject: [PATCH] Bug 14915: QA Follow-up - Replace fa-zoom-in and fa-zoom-out > >Same icons don't appear to exist for Font awesome. >Replaced with fa-folder and fa-folder-open for now. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >index 1f6d618..ff9095c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >@@ -109,7 +109,7 @@ function batchDelete(){ > <h1>Your cart</h1> > > <div id="toolbar" class="btn-toolbar"> >- [% IF ( verbose ) %]<a href="basket.pl" class="btn btn-small" onclick="showLess(); return false;"><i class="fa fa-zoom-out"></i> Brief display</a>[% ELSE %]<a href="basket.pl" class="btn btn-small" onclick="showMore(); return false;"><i class="fa fa-zoom-in"></i> More details</a>[% END %] >+ [% IF ( verbose ) %]<a href="basket.pl" class="btn btn-small" onclick="showLess(); return false;"><i class="fa fa-folder"></i> Brief display</a>[% ELSE %]<a href="basket.pl" class="btn btn-small" onclick="showMore(); return false;"><i class="fa fa-folder-open"></i> More details</a>[% END %] > <a class="btn btn-small" href="basket.pl" onclick="sendBasket(); return false;"><i class="fa fa-envelope"></i> Send</a> > <div class="btn-group"> > <a class="btn btn-small dropdown-toggle" data-toggle="dropdown" href="#" id="downloadcart"><i class="fa fa-download"></i> Download <span class="caret"></span> </a> >-- >1.9.1
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 14915
:
42925
|
42929
|
42943
|
43275
|
43277
|
43959
|
43960
|
43961
|
43962
|
43963
|
43964
| 43965 |
43966
|
43967
|
43968
|
44014
|
44841