|
Lines 71-77
Link Here
|
| 71 |
</div> |
71 |
</div> |
| 72 |
|
72 |
|
| 73 |
<form action="view_holdsqueue.pl" method="get" id="limitselect"> |
73 |
<form action="view_holdsqueue.pl" method="get" id="limitselect"> |
| 74 |
<input type="hidden" id="page" name="page" value="[% page | html %]"/> |
74 |
<input type="hidden" name="page" value="1"/> |
| 75 |
<input type="hidden" name="branchlimit" value="[% branchlimit | html %]"/> |
75 |
<input type="hidden" name="branchlimit" value="[% branchlimit | html %]"/> |
| 76 |
<input type="hidden" name="itemtypeslimit" value="[% itemtypeslimit | html %]"/> |
76 |
<input type="hidden" name="itemtypeslimit" value="[% itemtypeslimit | html %]"/> |
| 77 |
<input type="hidden" name="ccodeslimit" value="[% ccodeslimit | html %]"/> |
77 |
<input type="hidden" name="ccodeslimit" value="[% ccodeslimit | html %]"/> |
|
Lines 302-308
Link Here
|
| 302 |
var holdst; |
302 |
var holdst; |
| 303 |
|
303 |
|
| 304 |
$('#limit').change(function() { |
304 |
$('#limit').change(function() { |
| 305 |
$('#page').val("1"); |
|
|
| 306 |
$('#limitselect').submit(); |
305 |
$('#limitselect').submit(); |
| 307 |
}); |
306 |
}); |
| 308 |
|
307 |
|
| 309 |
- |
|
|