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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-3 / +3 lines)
Lines 68-76 Link Here
68
        </div>
68
        </div>
69
69
70
		<form action="view_holdsqueue.pl" method="get" id="limitselect">
70
		<form action="view_holdsqueue.pl" method="get" id="limitselect">
71
			<input type="hidden" name="page" value="[% page | html %]"/>
71
            <input type="hidden" id="page" name="page" value="[% page | html %]"/>
72
            <input type="hidden" name="branchlimit" value="[% branchlimit | html %]"/>
72
            <input type="hidden" name="branchlimit" value="[% branchlimit | html %]"/>
73
			<input type="hidden" name="run_report" value="1"/>
73
            <input type="hidden" name="run_report" value="1"/>
74
74
75
			<label for="limit">Rows per page: </label>
75
			<label for="limit">Rows per page: </label>
76
			<select name="limit" id="limit">
76
			<select name="limit" id="limit">
Lines 258-263 Link Here
258
            var holdst;
258
            var holdst;
259
259
260
            $('#limit').change(function() {
260
            $('#limit').change(function() {
261
                $('#page').val("1");
261
                $('#limitselect').submit();
262
                $('#limitselect').submit();
262
            });
263
            });
263
264
264
- 

Return to bug 28974