fixed dojo attr
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 14 Nov 2008 18:31:19 +0000 (18:31 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 14 Nov 2008 18:31:19 +0000 (18:31 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11186 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/templates/login.tt2

index 7d2371d..8267554 100644 (file)
@@ -5,11 +5,11 @@
         <table>
             <tr>
                 <td>Username</td>
-                <td><input type='dijit.form.TextBox' id='oils-login-username'/></td>
+                <td><input dojoType='dijit.form.TextBox' id='oils-login-username'/></td>
             </tr>
             <tr>
                 <td>Password</td>
-                <td><input type='dijit.form.TextBox' id='oils-login-password' type='password'/></td>
+                <td><input dojoType='dijit.form.TextBox' id='oils-login-password' type='password'/></td>
             </tr>
             <tr>
                 <td>Workstation</td>