[Mageia-sysadm] [193] Merge patch from Maarten Vanraes that fix some HTML errors

root at mageia.org root at mageia.org
Tue Dec 21 10:13:16 CET 2010


Revision: 193
Author:   dmorgan
Date:     2010-12-21 10:13:16 +0100 (Tue, 21 Dec 2010)
Log Message:
-----------
Merge patch from Maarten Vanraes that fix some HTML errors

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

Modified: identity/CatDap/trunk/root/index.tt
===================================================================
--- identity/CatDap/trunk/root/index.tt	2010-12-21 08:46:03 UTC (rev 192)
+++ identity/CatDap/trunk/root/index.tt	2010-12-21 09:13:16 UTC (rev 193)
@@ -10,7 +10,7 @@
 			<label for="password_">[% l('Password') %]</label>
 			<input id="password_" type="password" name="password" />
             <br />
-			<button type="submit" value="[% l('Login') %]" />[% l('Login') %]</button>
+			<button type="submit" value="[% l('Login') %]" >[% l('Login') %]</button>
             </div>
             <div id="login_form_line">
 			<span><a href="/register">[% l('Register') %]</a> | 

Modified: identity/CatDap/trunk/root/user/index.tt
===================================================================
--- identity/CatDap/trunk/root/user/index.tt	2010-12-21 08:46:03 UTC (rev 192)
+++ identity/CatDap/trunk/root/user/index.tt	2010-12-21 09:13:16 UTC (rev 193)
@@ -1,14 +1,14 @@
 <div id="input_form">
 <form method="post" action="">
-    <table border=0>
+    <table>
         <tr><th>[% l('Attribute') %]</th><th>[% l('Value') %]</th><th></th></tr>
         [% FOREACH attr IN values %]
         <tr>
             <td>[% attr.name %]</td>
             <td>
                 [% FOREACH val IN attr.values %]
-                    [% IF attr.editable %]<input type=hidden name="[% attr.name %]_old" value="[% val %]">
-                        <input name="[% attr.name %]_new" value="[% val %]">
+                    [% IF attr.editable %]<input type=hidden name="[% attr.name %]_old" value="[% val %]" />
+                        <input name="[% attr.name %]_new" value="[% val %]" />
                     [% ELSE %]
                         [% val %]
                         <br/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101221/bf1c33c1/attachment.html>


More information about the Mageia-sysadm mailing list