diff options
author | friendica <info@friendica.com> | 2012-08-29 23:03:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-29 23:03:03 -0700 |
commit | f6d198ce5dcd9fe416975ff760439dfacbb83812 (patch) | |
tree | 77be24f7ab74dfcd62c2e621eb6f7568a78d8de6 /view/tpl/login.tpl | |
parent | da49a27aa24b6a85b2623134884d933dc04e201b (diff) | |
download | volse-hubzilla-f6d198ce5dcd9fe416975ff760439dfacbb83812.tar.gz volse-hubzilla-f6d198ce5dcd9fe416975ff760439dfacbb83812.tar.bz2 volse-hubzilla-f6d198ce5dcd9fe416975ff760439dfacbb83812.zip |
trim a bit of fat
Diffstat (limited to 'view/tpl/login.tpl')
-rw-r--r-- | view/tpl/login.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl index 94dd85eeb..9cecef5c7 100644 --- a/view/tpl/login.tpl +++ b/view/tpl/login.tpl @@ -1,5 +1,5 @@ -<form action="$dest_url" method="post" > +<form action="$dest_url" id="$form_id" method="post" > <input type="hidden" name="auth-params" value="login" /> <div id="login_standard"> @@ -8,10 +8,12 @@ </div> <div id="login-extra-links"> - {{ if $register }}<a href="zregister" title="$register.title" id="register-link">$register.desc</a>{{ endif }} + {{ if $register }}<a href="$register.link" title="$register.title" id="register-link">$register.desc</a>{{ endif }} <a href="lostpass" title="$lostpass" id="lost-password-link" >$lostlink</a> </div> + <div id="login-standard-end"></div> + <div id="login-submit-wrapper" > <input type="submit" name="submit" id="login-submit-button" value="$login" /> </div> |