Revision
241
Author
misc
Date
2011-01-07 01:57:38 +0100 (Fri, 07 Jan 2011)

Log Message

move the sub-form out of the main form, as this contraint it horizontally, thus leading to a suboptimal layout ( input not aligned with the rest )

Modified Paths

Modified: identity/CatDap/trunk/root/user/index.tt
===================================================================
--- identity/CatDap/trunk/root/user/index.tt	2011-01-07 00:57:33 UTC (rev 240)
+++ identity/CatDap/trunk/root/user/index.tt	2011-01-07 00:57:38 UTC (rev 241)
@@ -30,6 +30,7 @@
 		</tr>
     </table>
 </form>
+</div>
 
 <hr />
 
@@ -46,4 +47,3 @@
         <button type="submit" value="[% l('Add') %]">[% l('Add') %]</button>
     </p>
 </form>
-</div>