Bugzilla – Attachment 44841 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: (follow-up) [FA 4.4] (QA followup) Replace fa-hold with fa-sticky-note-o
Bug-14915-follow-up-FA-44-QA-followup-Replace-fa-h.patch (text/plain), 1.32 KB, created by
Jonathan Druart
on 2015-11-13 14:17:47 UTC
(
hide
)
Description:
Bug 14915: (follow-up) [FA 4.4] (QA followup) Replace fa-hold with fa-sticky-note-o
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-11-13 14:17:47 UTC
Size:
1.32 KB
patch
obsolete
>From f9ca9d4499410c02d4ca8542a6b3ae116821155e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 13 Nov 2015 14:16:04 +0000 >Subject: [PATCH] Bug 14915: (follow-up) [FA 4.4] (QA followup) Replace fa-hold > with fa-sticky-note-o > >Reported on bug 15186. > >Test plan: >Do a search on the staff interface >You will get an error in the console and the image + checkboxes are not >display. > >With this patch it will be fixed. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index db1480f..8f369ba 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -227,7 +227,7 @@ function placeHold () { > function forgetPatron(){ > $.removeCookie("holdfor", { path: '/' }); > $(".holdforlink").remove(); >- $("#placeholdc").html("<a class=\"btn btn-mini placehold\" href=\"#\"><i class=\"fa fa-sticky-note-o"\"></i> "+_("Place hold")+"</a>"); >+ $("#placeholdc").html("<a class=\"btn btn-mini placehold\" href=\"#\"><i class=\"fa fa-sticky-note-o\"></i> "+_("Place hold")+"</a>"); > } > > function addToList () { >-- >2.1.0
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