diff options
author | Michael Scherer <misc@mageia.org> | 2011-01-05 20:13:05 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-01-05 20:13:05 +0000 |
commit | 8691f58394da7e97707aa2380c21f66340f1aacc (patch) | |
tree | d9352f0f426fb3f4b24c73d41bd04d0c11742683 | |
parent | c7b767fcbc81de0e12e2d259e26b6e46228f2fc3 (diff) | |
download | identity-8691f58394da7e97707aa2380c21f66340f1aacc.tar identity-8691f58394da7e97707aa2380c21f66340f1aacc.tar.gz identity-8691f58394da7e97707aa2380c21f66340f1aacc.tar.bz2 identity-8691f58394da7e97707aa2380c21f66340f1aacc.tar.xz identity-8691f58394da7e97707aa2380c21f66340f1aacc.zip |
- revert commit 196. The button is near the form because it is related to the form, while the link are not. ( ie, we use spatial proximity as a affordance )
-rw-r--r-- | root/index.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/index.tt b/root/index.tt index 923447c..8e1720c 100644 --- a/root/index.tt +++ b/root/index.tt @@ -10,13 +10,13 @@ <label for="password_">[% l('Password : ') %]</label> <input id="password_" type="password" name="password" /> <br /> + <button type="submit" value="[% l('Login') %]" >[% l('Login') %]</button> </div> <div id="login_form_line"> <span><a href="/register">[% l('Register') %]</a> | @todo [% l('Forgotten password?') %] <!--<a href="/forgot_password">[% l('Forgotten password?') %]</a> --> </span> - <button type="submit" value="[% l('Login') %]" >[% l('Login') %]</button> </div> </form> </div> |