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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt (-1 / +1 lines)
Lines 273-279 Link Here
273
273
274
[% MACRO jsinclude BLOCK %]
274
[% MACRO jsinclude BLOCK %]
275
    [% INCLUDE 'calendar.inc' %]
275
    [% INCLUDE 'calendar.inc' %]
276
    <script type="text/javascript">
276
    <script>
277
        var MSG_CONFIRM_DELETE = _("Are you sure you want to delete this dictionary definition? This cannot be undone.");
277
        var MSG_CONFIRM_DELETE = _("Are you sure you want to delete this dictionary definition? This cannot be undone.");
278
278
279
        $(document).ready(function() {
279
        $(document).ready(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-2 / +1 lines)
Lines 192-198 Link Here
192
    [% INCLUDE 'columns_settings.inc' %]
192
    [% INCLUDE 'columns_settings.inc' %]
193
    [% Asset.js("js/table_filters.js") | $raw %]
193
    [% Asset.js("js/table_filters.js") | $raw %]
194
    [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
194
    [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
195
    <script type='text/javascript'>
195
    <script>
196
        $(document).ready(function() {
196
        $(document).ready(function() {
197
            var columns_settings = [% ColumnsSettings.GetColumns( 'reports', 'lostitems', 'lostitems-table', 'json' ) | $raw %];
197
            var columns_settings = [% ColumnsSettings.GetColumns( 'reports', 'lostitems', 'lostitems-table', 'json' ) | $raw %];
198
            var lostitems_table = KohaTable("lostitems-table", {
198
            var lostitems_table = KohaTable("lostitems-table", {
199
- 

Return to bug 23227