diff options
| author | sostler <sbostler@gmail.com> | 2010-01-31 03:27:29 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-01-31 03:27:29 -0500 |
| commit | 941ebfed86a4d132b380cce3cca82b931c095a19 (patch) | |
| tree | 92fe9b82956008a436c8646b2eab3da65746ec78 /template/form_login.st | |
| parent | 17cda7fd499f69fe577e3d03ecc13c4f53fa02a3 (diff) | |
| parent | 2ca41848debe4dd760c342269fbdcf4eaf7ca0b7 (diff) | |
Merge branch 'master' of ssh://sostler@dump.fm/home/dumpfmprod/prod
Diffstat (limited to 'template/form_login.st')
| -rw-r--r-- | template/form_login.st | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/template/form_login.st b/template/form_login.st index 9f96f58..014ea87 100644 --- a/template/form_login.st +++ b/template/form_login.st @@ -7,16 +7,18 @@ </p><br> </p> + + <i>dumps like a truck, truck, truck.</i> <input id="nickInput" name="nickInput" title="username" tabindex="4" type="text"> </p> <p> <input id="passwordInputLabel" name="passwordInputLabel" tabindex="5" type="text" class="invisible"> <input id="passwordInput" name="passwordInput" title="password" tabindex="5" type="password"> </p> - <p class="remember"> - <img src="/static/signin.gif" id="signin-submit"> + <p class="remember"><br> + <img src="/static/signin.gif" id="signin-submit"> - <!-- <input id="loginSubmit" value="Sign in" tabindex="6" type="submit"> --> + <!-- <input id="signin-submit" value="Sign in" tabindex="6" type="submit"> --> </p> </form> </fieldset> |
