Bug 21411: Advanced cataloging editor - rancor - Allow configuration of Keyboard
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / str / cataloging_additem.inc
1 [% USE raw %]
2 <script>
3     var searchid = '[% searchid | html %]';
4     var biblionumber = '[% biblionumber | html %]';
5     var frameworkcode = '[% frameworkcode | html %]';
6     var popup = '[% popup | html %]';
7     var op = '[% op | html %]';
8     var LABEL_EDIT_ITEM = _("Edit item");
9     var LABEL_DELETE_ITEM = _("Delete item");
10     var MSG_FORM_NOT_SUBMITTED = _("Form not submitted because of the following problem(s)");
11     var MSG_MANDATORY_FIELDS_EMPTY = _("%s mandatory fields empty (highlighted)");
12     var MSG_ADD_MULTIPLE_ITEMS = _("You are about to add %s items. Continue?");
13     var MSG_ENTER_NUM_ITEMS = _("Please enter a number of items to create.");
14     var MSG_CONFIRM_DELETE_ITEM = _("Are you sure you want to delete this item?");
15     var MSG_CONFIRM_ADD_ITEM = _("Are you sure you want to add a new item? Any changes made on this page will be lost.");
16     var columns_settings = [% ColumnsSettings.GetColumns( 'cataloguing', 'additem', 'itemst', 'json' ) | $raw %];
17 </script>