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

Evergreen Git git at git.evergreen-ils.org
Wed Aug 19 11:25:39 EDT 2015


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  8e0fdc533a440b1ae14b654033b0e413722e562e (commit)
      from  dcdce0104ab35cf62036ea6e0320e83c815aca80 (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 8e0fdc533a440b1ae14b654033b0e413722e562e
Author: Bill Erickson <berickxx at gmail.com>
Date:   Wed Aug 19 11:18:23 2015 -0400

    LP#1476370 Selfcheck warning template cleanup
    
    Remove a duplicated chunk of template code which was inadverently added
    while working on LP1476370 -- logout warning dialog.
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/templates/circ/selfcheck/main.tt2 b/Open-ILS/src/templates/circ/selfcheck/main.tt2
index c82337c..6f57139 100644
--- a/Open-ILS/src/templates/circ/selfcheck/main.tt2
+++ b/Open-ILS/src/templates/circ/selfcheck/main.tt2
@@ -56,26 +56,6 @@
         </table>
     </form>
 </div>
-<div dojoType="dijit.Dialog" jsId='oilsSelfckWsDialog' class='oils-logout-dialog' style='display:none;'>
-    <form>
-        <table>
-            <tr>
-                <td>[% l('Choose a location') %]</td>
-                <td><div dojoType='openils.widget.OrgUnitFilteringSelect' jsId='oilsSelfckWsLocSelector' 
-                    searchAttr='shortname' labelAttr='shortname'></div></td>
-            </tr>
-            <tr>
-                <td>[% l('Enter a workstation name') %]</td>
-                <td><input dojoType='dijit.form.TextBox' jsId='oilsSelfckWsName'/></td>
-            </tr>
-            <tr>
-                <td colspan='2' align='center'>
-                    <button jsId='oilsSelfckWsSubmit' dojoType='dijit.form.Button'>[% l('Submit') %]</button>
-                </td>
-            </tr>
-        </table>
-    </form>
-</div>
 
 [% END %]
 

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

Summary of changes:
 Open-ILS/src/templates/circ/selfcheck/main.tt2 |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list