|
Lines 86-91
$(document).ready(function(){
Link Here
|
| 86 |
$(".checkboxed").unCheckCheckboxes(); |
86 |
$(".checkboxed").unCheckCheckboxes(); |
| 87 |
return false; |
87 |
return false; |
| 88 |
}); |
88 |
}); |
|
|
89 |
$("#inventory_form").on("submit",function(){ |
| 90 |
return checkForm(); |
| 91 |
}); |
| 89 |
}); |
92 |
}); |
| 90 |
//]]> |
93 |
//]]> |
| 91 |
</script> |
94 |
</script> |
|
Lines 120-126
$(document).ready(function(){
Link Here
|
| 120 |
[% END %] |
123 |
[% END %] |
| 121 |
[% UNLESS op %] |
124 |
[% UNLESS op %] |
| 122 |
<div class="yui-g"> |
125 |
<div class="yui-g"> |
| 123 |
<form method="post" action="/cgi-bin/koha/tools/inventory.pl" enctype="multipart/form-data" onsubmit="return checkForm()"> |
126 |
<form method="post" id="inventory_form" action="/cgi-bin/koha/tools/inventory.pl" enctype="multipart/form-data"> |
| 124 |
<fieldset class="rows"> |
127 |
<fieldset class="rows"> |
| 125 |
<legend>Use a barcode file</legend> |
128 |
<legend>Use a barcode file</legend> |
| 126 |
<ol> |
129 |
<ol> |
|
Lines 237-243
$(document).ready(function(){
Link Here
|
| 237 |
<input type="hidden" name="datelastseen" value="[% datelastseen %]" /> |
240 |
<input type="hidden" name="datelastseen" value="[% datelastseen %]" /> |
| 238 |
|
241 |
|
| 239 |
[% UNLESS compareinv2barcd %] |
242 |
[% UNLESS compareinv2barcd %] |
| 240 |
<div><a href="#" class="checkall">[Select all]</a> <a href="#" class="clearall">[Clear all]</a></div> |
243 |
<div><a href="#" class="checkall"><i class="fa fa-check"></i> Select all</a> <a href="#" class="clearall"><i class="fa fa-remove"></i> Clear all</a></div> |
| 241 |
[% END %] |
244 |
[% END %] |
| 242 |
|
245 |
|
| 243 |
<table id="inventoryt"> |
246 |
<table id="inventoryt"> |
|
Lines 305-311
$(document).ready(function(){
Link Here
|
| 305 |
</table> |
308 |
</table> |
| 306 |
<div class="spacer"></div> |
309 |
<div class="spacer"></div> |
| 307 |
[% UNLESS compareinv2barcd %] |
310 |
[% UNLESS compareinv2barcd %] |
| 308 |
<div style="padding : .3em 0"><a href="#" class="checkall">[Select all]</a> <a href="#" class="clearall">[Clear all]</a></div> |
311 |
<div style="padding : .3em 0"><a href="#" class="checkall"><i class="fa fa-check"></i> Select all</a> <a href="#" class="clearall"><i class="fa fa-remove"></i> Clear all</a></div> |
| 309 |
<input type="submit" id="markseenandquit" value="Mark seen and quit" /> |
312 |
<input type="submit" id="markseenandquit" value="Mark seen and quit" /> |
| 310 |
<input type="submit" value="Mark seen and continue >>" id="markseenandcontinuebutton" /> |
313 |
<input type="submit" value="Mark seen and continue >>" id="markseenandcontinuebutton" /> |
| 311 |
<input type="submit" value="Continue without marking >>" id="continuewithoutmarkingbutton" class="submit" /> |
314 |
<input type="submit" value="Continue without marking >>" id="continuewithoutmarkingbutton" class="submit" /> |