diff options
Diffstat (limited to 'bin/http_loginform.html.example')
-rw-r--r-- | bin/http_loginform.html.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/http_loginform.html.example b/bin/http_loginform.html.example index 3ee7289..54f8f09 100644 --- a/bin/http_loginform.html.example +++ b/bin/http_loginform.html.example | |||
@@ -27,7 +27,7 @@ | |||
27 | </tr> | 27 | </tr> |
28 | <tr> | 28 | <tr> |
29 | <td valign="middle"><input type="checkbox" name="remember_password" id="remember_password" [$remember_password] style="margin-left:0px;"/></td> | 29 | <td valign="middle"><input type="checkbox" name="remember_password" id="remember_password" [$remember_password] style="margin-left:0px;"/></td> |
30 | <td><label for="remember_password">Remember password</label></td>"; | 30 | <td><label for="remember_password">Remember password</label></td> |
31 | </tr> | 31 | </tr> |
32 | </table> | 32 | </table> |
33 | </fieldset> | 33 | </fieldset> |
@@ -58,4 +58,4 @@ document.getElementById('firstname_input').focus(); | |||
58 | </div> | 58 | </div> |
59 | </div> | 59 | </div> |
60 | </body> | 60 | </body> |
61 | </html> \ No newline at end of file | 61 | </html> |