[open-ils-commits] r11186 - trunk/Open-ILS/web/templates

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Nov 14 13:31:22 EST 2008


Author: erickson
Date: 2008-11-14 13:31:19 -0500 (Fri, 14 Nov 2008)
New Revision: 11186

Modified:
   trunk/Open-ILS/web/templates/login.tt2
Log:
fixed dojo attr

Modified: trunk/Open-ILS/web/templates/login.tt2
===================================================================
--- trunk/Open-ILS/web/templates/login.tt2	2008-11-14 18:26:24 UTC (rev 11185)
+++ trunk/Open-ILS/web/templates/login.tt2	2008-11-14 18:31:19 UTC (rev 11186)
@@ -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>



More information about the open-ils-commits mailing list