Bug 24156: move ColumnsSettings to TablesSettings
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / str / cataloging_additem.inc
1 [% USE raw %]
2 <!-- str/cataloging_additem.inc -->
3 <script>
4     var searchid = '[% searchid | html %]';
5     var biblionumber = '[% biblionumber | html %]';
6     var frameworkcode = '[% frameworkcode | html %]';
7     [% IF popup %]
8       var popup = true;
9     [% ELSE %]
10       var popup = false;
11     [% END %]
12     var op = '[% op | html %]';
13     var LABEL_EDIT_ITEM = _("Edit item");
14     var LABEL_DELETE_ITEM = _("Delete item");
15     var MSG_FORM_NOT_SUBMITTED = _("Form not submitted because of the following problem(s)");
16     var MSG_MANDATORY_FIELDS_EMPTY = _("%s mandatory fields empty (highlighted)");
17     var MSG_IMPORTANT_FIELDS_EMPTY = _("%s important fields empty (highlighted)");
18     var MSG_ADD_MULTIPLE_ITEMS = _("You are about to add %s items. Continue?");
19     var MSG_ENTER_NUM_ITEMS = _("Please enter a number of items to create.");
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.");
22     var MSG_CONFIRM_SAVE = _("Are you sure you want to save?");
23     var columns_settings = [% TablesSettings.GetColumns( 'cataloguing', 'additem', 'itemst', 'json' ) | $raw %];
24 </script>
25 <!-- / str/cataloging_additem.inc -->