Bugzilla – Attachment 150796 Details for
Bug 33696
Doubled up home icon in budgets page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33696: Fix doubled up home icon in budgets page
Bug-33696-Fix-doubled-up-home-icon-in-budgets-page.patch (text/plain), 1.18 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-05-08 12:36:41 UTC
(
hide
)
Description:
Bug 33696: Fix doubled up home icon in budgets page
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-05-08 12:36:41 UTC
Size:
1.18 KB
patch
obsolete
>From 105769bc29a48c6e81cbf1e18f154958a88ba366 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 8 May 2023 09:34:56 -0300 >Subject: [PATCH] Bug 33696: Fix doubled up home icon in budgets page > >To test: >1. Go to the Administration > Budgets page >=> FAIL: Breadcrumbs show two little house icons >2. Apply this patch >3. Reload page >=> SUCCESS: Only one icon >4. Sign off :-D > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >index b46f418541f..6e0bf42f241 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >@@ -18,9 +18,6 @@ > > [% WRAPPER 'sub-header.inc' %] > [% WRAPPER breadcrumbs %] >- [% WRAPPER breadcrumb_item %] >- <a href="/cgi-bin/koha/mainpage.pl">Home</a> >- [% END %] > [% WRAPPER breadcrumb_item %] > <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> > [% END %] >-- >2.34.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 33696
:
150796
|
150808