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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-3 / +2 lines)
Lines 228-236 var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") Link Here
228
            $("#fundfilters").slideToggle(0);
228
            $("#fundfilters").slideToggle(0);
229
        });
229
        });
230
230
231
        $(".deletefund-disabled").on("click", function(e){
231
        $(".deletefund-disabled").tooltip().on("click", function(e){
232
            e.preventDefault();
232
            e.preventDefault();
233
            alert("This fund has children. It cannot be deleted.");
233
            alert(_("This fund has children. It cannot be deleted."));
234
        });
234
        });
235
    });
235
    });
236
//]]>
236
//]]>
237
- 

Return to bug 16230