Bugzilla – Attachment 9587 Details for
Bug 4048
CSS and JS libs must be outside of translated paths
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
follow-up: Fix favicon path for doc-head-close-receipt.inc
0001-Bug-4048-follow-up-Fix-favicon-path-for-doc-head-clo.patch (text/plain), 1.22 KB, created by
Julian Maurice
on 2012-05-15 14:41:19 UTC
(
hide
)
Description:
follow-up: Fix favicon path for doc-head-close-receipt.inc
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2012-05-15 14:41:19 UTC
Size:
1.22 KB
patch
obsolete
>From 03ed91bcbda19a15b7b251ea10fb75f37115a0b5 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Tue, 15 May 2012 16:35:37 +0200 >Subject: [PATCH 1/2] Bug 4048 follow-up: Fix favicon path for > doc-head-close-receipt.inc > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close-receipt.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close-receipt.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close-receipt.inc >index a3fe2b8..b2a6a2d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close-receipt.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close-receipt.inc >@@ -1,4 +1,4 @@ > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> >-<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/includes/favicon.ico[% END %]" type="image/x-icon" /> >+<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% themelang %]/includes/favicon.ico[% END %]" type="image/x-icon" /> > <link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print.css" /> > >-- >1.7.10 >
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 4048
:
9587
|
9589