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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/str/cataloging_additem.inc (-2 lines)
Lines 20-26 Link Here
20
    var MSG_CONFIRM_DELETE_ITEM = _("Are you sure you want to delete this item?");
20
    var MSG_CONFIRM_DELETE_ITEM = _("Are you sure you want to delete this item?");
21
    var MSG_CONFIRM_ADD_ITEM = _("Are you sure you want to add a new item? Any changes made on this page will be lost.");
21
    var MSG_CONFIRM_ADD_ITEM = _("Are you sure you want to add a new item? Any changes made on this page will be lost.");
22
    var MSG_CONFIRM_SAVE = _("Are you sure you want to save?");
22
    var MSG_CONFIRM_SAVE = _("Are you sure you want to save?");
23
    var MSG_TEMPLATE_NAME_REQUIRED = _("Template name is required.");
24
    var table_settings = [% TablesSettings.GetTableSettings( 'cataloguing', 'additem', 'itemst', 'json' ) | $raw %];
23
    var table_settings = [% TablesSettings.GetTableSettings( 'cataloguing', 'additem', 'itemst', 'json' ) | $raw %];
25
</script>
24
</script>
26
<!-- / str/cataloging_additem.inc -->
25
<!-- / str/cataloging_additem.inc -->
27
- 

Return to bug 24606