LP#1476370 Selfcheck warning template cleanup
authorBill Erickson <berickxx@gmail.com>
Wed, 19 Aug 2015 15:18:23 +0000 (11:18 -0400)
committerBen Shum <bshum@biblio.org>
Wed, 19 Aug 2015 15:25:33 +0000 (11:25 -0400)
Remove a duplicated chunk of template code which was inadverently added
while working on LP1476370 -- logout warning dialog.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/circ/selfcheck/main.tt2

index c82337c..6f57139 100644 (file)
         </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 %]