<div id='oils-selfck-bottom-div' class="hidden">
<div id='oils-selfck-content-div'>
<div id='oils-selfck-content-header'>
- <span><a id='oils-selfck-print-list-link' href='javascript:void(0);'><button type="button" class="self-button">[% l('Print List') %]</button></a></span>
+ <span><a id='oils-selfck-print-list-link' href='javascript:void(0);' class="hidden"><button type="button" class="self-button">[% l('Print List') %]</button></a></span>
</div>
<div id='oils-selfck-circ-page' class='hidden'>
<!-- Checkout / renewal and items out interface -->
*/
SelfCheckManager.prototype.drawCircPage = function() {
+ openils.Util.hide('oils-selfck-print-list-link');
openils.Util.show('oils-selfck-bottom-div');
openils.Util.show('oils-selfck-circ-tbody', 'table-row-group');
this.goToTab('checkout');
SelfCheckManager.prototype.drawItemsOutPage = function() {
openils.Util.hide('oils-selfck-circ-tbody');
-
+ openils.Util.show('oils-selfck-print-list-link');
this.goToTab('items_out');
while(this.itemsOutTbody.childNodes[0])
// TODO add option to hid scanBox
// this.updateScanBox(...)
-
+ openils.Util.show('oils-selfck-print-list-link');
this.goToTab('holds');
this.holdTbody = dojo.byId('oils-selfck-hold-tbody');
// TODO add option to hid scanBox
// this.updateScanBox(...)
+ openils.Util.show('oils-selfck-print-list-link');
this.goToTab('fines');
progressDialog.show(true);