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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt (-2 lines)
Lines 332-338 Link Here
332
</div>
332
</div>
333
<!-- /#container-main.container-fluid -->
333
<!-- /#container-main.container-fluid -->
334
[% MACRO jsinclude BLOCK %]
334
[% MACRO jsinclude BLOCK %]
335
    [% INCLUDE 'calendar.inc' %]
336
    <script>
335
    <script>
337
        var MSG_CONFIRM_DELETE = _("Are you sure you want to delete this news item? This cannot be undone.");
336
        var MSG_CONFIRM_DELETE = _("Are you sure you want to delete this news item? This cannot be undone.");
338
        $(document).ready(function () {
337
        $(document).ready(function () {
339
- 

Return to bug 37911