[open-ils-commits] [GIT] Evergreen ILS branch master updated. f49b01028ba61f544d4562e905460bc1cff93951

Evergreen Git git at git.evergreen-ils.org
Wed Mar 2 17:17:28 EST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  f49b01028ba61f544d4562e905460bc1cff93951 (commit)
      from  8460d7aa502444d92b48ad506a45fb5bf00ca9f5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f49b01028ba61f544d4562e905460bc1cff93951
Author: Terran McCanna <tmccanna at georgialibraries.org>
Date:   Thu Feb 25 16:26:46 2016 -0500

    LP #1466173 Selfcheck Hide UI Elements Until Patron Auth
    
    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 at georgialibraries.org>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/templates/circ/selfcheck/main.tt2 b/Open-ILS/src/templates/circ/selfcheck/main.tt2
index 6f57139..2fb44fd 100644
--- a/Open-ILS/src/templates/circ/selfcheck/main.tt2
+++ b/Open-ILS/src/templates/circ/selfcheck/main.tt2
@@ -9,7 +9,7 @@
 <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>
diff --git a/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js b/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js
index 61ec139..27745f6 100644
--- a/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js
+++ b/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js
@@ -540,6 +540,7 @@ SelfCheckManager.prototype.updateScanBox = function(args) {
  */
 SelfCheckManager.prototype.drawCircPage = function() {
 
+    openils.Util.show('oils-selfck-bottom-div');
     openils.Util.show('oils-selfck-circ-tbody', 'table-row-group');
     this.goToTab('checkout');
 

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/circ/selfcheck/main.tt2     |    2 +-
 .../web/js/ui/default/circ/selfcheck/selfcheck.js  |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list