Bugzilla – Attachment 168209 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) Correct popup hint
Bug-36885-follow-up-Correct-popup-hint.patch (text/plain), 2.16 KB, created by
Owen Leonard
on 2024-06-27 17:07:11 UTC
(
hide
)
Description:
Bug 36885: (follow-up) Correct popup hint
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-06-27 17:07:11 UTC
Size:
2.16 KB
patch
obsolete
>From 0b832f15671908b3a2ea4dd2c5e1ffdfc023371a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 27 Jun 2024 17:06:08 +0000 >Subject: [PATCH] Bug 36885: (follow-up) Correct popup hint > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 dad5bb9235a..12e1a5bc2c8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >@@ -92,11 +92,11 @@ > <tr id="[% budget_line.budget_id | html %]"> > [% IF ( budget_line.budget_lock ) %] > <td class="locked"> >- <a data-toggle="tooltip" title="Fund 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 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> > </td> > [% ELSE %] > <td> >- <a data-toggle="tooltip" title="Fund 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 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> > </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