Bugzilla – Attachment 15466 Details for
Bug 9651
When deleting a fund, button is wrongly labelled with 'Delete this budget'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9651 - When deleting a fund, button is wrongly labelled with 'Delete this budget'
Bug-9651---When-deleting-a-fund-button-is-wrongly-.patch (text/plain), 1.55 KB, created by
Bernardo Gonzalez Kriegel
on 2013-02-17 13:30:50 UTC
(
hide
)
Description:
Bug 9651 - When deleting a fund, button is wrongly labelled with 'Delete this budget'
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2013-02-17 13:30:50 UTC
Size:
1.55 KB
patch
obsolete
>From 47a05bde87a55e490ac19721b72a1107397f253a Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Sun, 17 Feb 2013 10:19:55 -0300 >Subject: [PATCH] Bug 9651 - When deleting a fund, button is wrongly labelled > with 'Delete this budget' > >This patch change legends to approve/cancel deletion of a fund. >Changed to Delete/Cancel, same messages to delete a Budget. > >To test: >1) When deleting a fund, confirmation messages said: >'Delete this budget XXX?' to approve >'No, do not delete' to cancel >2) Apply the patch >3) Now the messages are 'Delete'/'Cancel' >--- > .../prog/en/modules/admin/aqbudgets.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 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 ba308b6..519c276 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >@@ -499,11 +499,11 @@ > <input type="hidden" name="op" value="delete_confirmed" /> > <input type="hidden" name="budget_id" value="[% budget_id %]" /> > <input type="hidden" name="budget_period_id" value="[% budget_period_id %]" /> >- <input type="submit" value="Delete this budget" class="approve" /> >+ <input type="submit" value="Delete" class="approve" /> > </form> > > <form action="[% action %]" method="get"> >- <input type="submit" class="deny" value="No, do not delete" /> >+ <input type="submit" class="deny" value="Cancel" /> > </form> > </div> > [% END %] >-- >1.7.9.5
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 9651
:
15441
|
15466
|
15489
|
15535