Browse Source

Merge branch 'master' of https://github.com/webnotes/wnframework

version-14
Akhilesh Darjee 12 years ago
parent
commit
0c79f77b67
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/pages/login.html

+ 1
- 1
templates/pages/login.html View File

@@ -20,7 +20,7 @@
<tr> <tr>
<td style="text-align: right; padding: 3px;" <td style="text-align: right; padding: 3px;"
id="login-label">Login Id</td> id="login-label">Login Id</td>
<td><input id="login_id" type="text" style="width: 180px"/></td>
<td><input id="login_id" type="email" style="width: 180px"/></td>
</tr> </tr>
<tr id="password-row"> <tr id="password-row">
<td style="text-align: right; padding: 3px;" >Password</td> <td style="text-align: right; padding: 3px;" >Password</td>


Loading…
Cancel
Save