Revision
213
Author
misc
Date
2011-01-05 21:13:05 +0100 (Wed, 05 Jan 2011)

Log Message

- 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 )

Modified Paths

Modified: identity/CatDap/trunk/root/index.tt
===================================================================
--- identity/CatDap/trunk/root/index.tt	2011-01-05 15:32:57 UTC (rev 212)
+++ identity/CatDap/trunk/root/index.tt	2011-01-05 20:13:05 UTC (rev 213)
@@ -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>