Currently, there are visible elements on the lower portion of the
login screen that the patron cannot use until after authenticating.
This patch hides those elements except when the patron is authenticated.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
<div id='oils-selfck-top-div'>
[% INCLUDE 'circ/selfcheck/banner.tt2' %]
</div>
-<div id='oils-selfck-bottom-div'>
+<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>
*/
SelfCheckManager.prototype.drawCircPage = function() {
+ openils.Util.show('oils-selfck-bottom-div');
openils.Util.show('oils-selfck-circ-tbody', 'table-row-group');
this.goToTab('checkout');