diff options
author | Friendika <info@friendika.com> | 2011-10-01 04:25:40 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-01 04:25:40 -0700 |
commit | 78c00c287d5c14d2a93b461b8522bd8a1e95c44c (patch) | |
tree | d67214d90e9f05510d5c4e377f88370c2c89c6e7 /view/theme/darkbubble/login.tpl | |
parent | f4c961b90676dad0a6773e52e4bd08b33c9b68c6 (diff) | |
download | volse-hubzilla-78c00c287d5c14d2a93b461b8522bd8a1e95c44c.tar.gz volse-hubzilla-78c00c287d5c14d2a93b461b8522bd8a1e95c44c.tar.bz2 volse-hubzilla-78c00c287d5c14d2a93b461b8522bd8a1e95c44c.zip |
legibility improvements to darkbubble, mark as a derived theme
Diffstat (limited to 'view/theme/darkbubble/login.tpl')
-rw-r--r-- | view/theme/darkbubble/login.tpl | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/view/theme/darkbubble/login.tpl b/view/theme/darkbubble/login.tpl deleted file mode 100644 index 2c879d69a..000000000 --- a/view/theme/darkbubble/login.tpl +++ /dev/null @@ -1,25 +0,0 @@ - -<form action="" method="post" > - <input type="hidden" name="auth-params" value="login" /> - <div id="login-name-wrapper"> - <label for="login-name" id="label-login-name">$namelabel</label> - <input type="text" maxlength="60" name="openid_url" class="$classname" id="login-name" value="" /> - </div> - <div id="login-name-end" ></div> - <div id="login-password-wrapper"> - <label for="login-password" id="label-login-password">$passlabel</label> - <input type="password" maxlength="60" name="password" id="login-password" value="" /> - </div> - <div id="login-password-end"></div> - <div id="login-submit-wrapper" > - <input type="submit" name="submit" id="login-submit-button" value="$login" /> - <a href="lostpass" title="$lostpass" id="lost-password-link" >$lostlink</a> - </div> - <div id="login-submit-end"></div> - <div id="login-extra-links"> - <div id="login-extra-filler"> </div> - $register_html - </div> - <div id="login-extra-end"></div> -</form> - |