[Mageia-sysadm] [196] Move the login button to a proper place

root at mageia.org root at mageia.org
Tue Dec 21 11:16:52 CET 2010


Revision: 196
Author:   dmorgan
Date:     2010-12-21 11:16:52 +0100 (Tue, 21 Dec 2010)
Log Message:
-----------
Move the login button to a proper place

Modified Paths:
--------------
    identity/CatDap/trunk/root/index.tt

Modified: identity/CatDap/trunk/root/index.tt
===================================================================
--- identity/CatDap/trunk/root/index.tt	2010-12-21 10:16:50 UTC (rev 195)
+++ identity/CatDap/trunk/root/index.tt	2010-12-21 10:16:52 UTC (rev 196)
@@ -3,20 +3,20 @@
 <div id="login_form">
 <form method="post" action="/user">
             <div id="login_form_inputs">
-			<label for="username_">[% l('Username') %]</label>
-			<input id="username_" type="text" name="username" value="[% c.user.username %]" />
+                        <label for="username_">[% l('Username : ') %]</label>
+                        <input id="username_" type="text" name="username" value="[% c.user.username %]" />
             <br />
 
-			<label for="password_">[% l('Password') %]</label>
-			<input id="password_" type="password" name="password" />
+                        <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><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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101221/e81a66f1/attachment-0001.html>


More information about the Mageia-sysadm mailing list