Bugzilla – Attachment 168997 Details for
Bug 36885
Missing tooltip on budget planning page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36885: (follow-up) Remove tooltip from unlocked budgets (copy-paste error)
Bug-36885-follow-up-Remove-tooltip-from-unlocked-b.patch (text/plain), 1.45 KB, created by
Owen Leonard
on 2024-07-15 15:21:33 UTC
(
hide
)
Description:
Bug 36885: (follow-up) Remove tooltip from unlocked budgets (copy-paste error)
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-07-15 15:21:33 UTC
Size:
1.45 KB
patch
obsolete
>From 913f8d4cbe698640ada53616da69a40373cd30d2 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 15 Jul 2024 15:20:11 +0000 >Subject: [PATCH] Bug 36885: (follow-up) Remove tooltip from unlocked budgets > (copy-paste error) > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >index 12e1a5bc2c..e17efa1058 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >@@ -96,7 +96,7 @@ > </td> > [% ELSE %] > <td> >- <a data-toggle="tooltip" title="Budget locked" href="/cgi-bin/koha/admin/aqbudgets.pl?op=add_form&budget_id=[% budget_line.budget_id | uri %]&budget_period_id=[% budget_period_id | uri %]">[% budget_line.budget_name | html %]</a> >+ <a href="/cgi-bin/koha/admin/aqbudgets.pl?op=add_form&budget_id=[% budget_line.budget_id | uri %]&budget_period_id=[% budget_period_id | uri %]">[% budget_line.budget_name | html %]</a> > </td> > [% END %] > <td><span id="[% budget_line.budget_amount | html %]">[% budget_line.budget_amount | $Price %] </span> >-- >2.39.2
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 36885
:
166831
|
166924
|
168209
|
168997
|
169186