Bugzilla – Attachment 45519 Details for
Bug 15321
Add delete report option to Show, Edit and Run screens
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15321: No need to add the change trigger conditionally
Bug-15321-No-need-to-add-the-change-trigger-condit.patch (text/plain), 1.36 KB, created by
Jonathan Druart
on 2015-12-09 09:11:58 UTC
(
hide
)
Description:
Bug 15321: No need to add the change trigger conditionally
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-12-09 09:11:58 UTC
Size:
1.36 KB
patch
obsolete
>From 0ec0250c0d316d84aa068ee2b4335d29e356ce5a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 9 Dec 2015 09:04:35 +0000 >Subject: [PATCH] Bug 15321: No need to add the change trigger conditionally > >It will be applied with the button exists. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index 76c752e..7c7dd87 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -157,7 +157,7 @@ $(document).ready(function(){ > $(this).select(); > }); > [% END %] >-[% IF ( saved1 || showsql || execute || editsql || save_successful ) %] >+ > $(".confirmdelete").click(function(){ > $(this).parents('tr').attr("class","warn"); > if(confirm(_("Are you sure you want to delete this saved report?"))){ >@@ -167,7 +167,6 @@ $(document).ready(function(){ > return false; > } > }); >-[% END %] > > [% IF (create || editsql || save) %] > $("#select_group").change(function() { >-- >2.1.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 15321
:
45509
|
45513
|
45518
|
45519
|
45520