View | Details | Raw Unified | Return to bug 15299
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +1 lines)
Lines 157-163 $(document).ready(function(){ Link Here
157
    });
157
    });
158
[% END %]
158
[% END %]
159
159
160
    $(".confirmdelete").click(function(){
160
    $("#table_reports").delegate(".confirmdelete", 'click', function(){
161
        $(this).parents('tr').attr("class","warn");
161
        $(this).parents('tr').attr("class","warn");
162
        if(confirm(_("Are you sure you want to delete this saved report?"))){
162
        if(confirm(_("Are you sure you want to delete this saved report?"))){
163
            return true;
163
            return true;
164
- 

Return to bug 15299