Bugzilla – Attachment 93498 Details for
Bug 23711
Icons on staff main page should be font icons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23711: Fix bad path
Bug-23711-Fix-bad-path.patch (text/plain), 1.26 KB, created by
Owen Leonard
on 2019-10-02 15:33:54 UTC
(
hide
)
Description:
Bug 23711: Fix bad path
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2019-10-02 15:33:54 UTC
Size:
1.26 KB
patch
obsolete
>From 323b5371054a55bf75d05e6112f3c5bfe738fc55 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 2 Oct 2019 14:05:25 +0000 >Subject: [PATCH] Bug 23711: Fix bad path > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >index a38c2945348..9f4cb524398 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -119,7 +119,7 @@ > </li> > [% END %] > <li> >- <a class="icon_general icon_koha" href="/cgi-bin/koha/about.pl">About Koha<img src="/intranet-tmpl/prog/img/koha-egg.svg" alt="Koha Logo SVG"/></a> >+ <a class="icon_general icon_koha" href="/cgi-bin/koha/about.pl">About Koha<img src="[% interface | html %]/[% theme | html %]/img/koha-egg.svg" alt="Koha Logo SVG"/></a> > </li> > </ul> > </div> <!-- /.col-sm-6 --> >-- >2.11.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 23711
:
93364
|
93395
|
93396
|
93403
|
93439
|
93440
|
93479
|
93480
|
93481
|
93496
|
93497
|
93498
|
93509
|
93510
|
93511