37 |
var newin = window.open(link, 'popup', 'width=600,height=400,resizable=1,toolbar=0,scrollbars=1,top'); |
37 |
var newin = window.open(link, 'popup', 'width=600,height=400,resizable=1,toolbar=0,scrollbars=1,top'); |
42 |
$(".modal").modal({ backdrop: 'static' }).on('shown', function() { |
41 |
$(".modal").modal({ backdrop: 'static' }).on('shown', function() { |
56 |
var columns_settings = [% ColumnsSettings.GetColumns( 'circ', 'returns', 'checkedintable', 'json' ) %] |
51 |
var columns_settings = [% ColumnsSettings.GetColumns( 'circ', 'returns', 'checkedintable', 'json' ) %] |
57 |
var returns_table = KohaTable("#checkedintable", { |
52 |
var returns_table = KohaTable("#checkedintable", { |