From 1689f34f9221864cc1ad1130c283cbacb9ccabd9 Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" Date: Fri, 27 Jul 2007 18:35:27 +0000 Subject: [PATCH] Fix width issues with the extension's create account form. --- .../default/extension/createaccount.html.tmpl | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/webtools/litmus/templates/en/default/extension/createaccount.html.tmpl b/webtools/litmus/templates/en/default/extension/createaccount.html.tmpl index 24dcdec613f..fc2ed859008 100755 --- a/webtools/litmus/templates/en/default/extension/createaccount.html.tmpl +++ b/webtools/litmus/templates/en/default/extension/createaccount.html.tmpl @@ -35,7 +35,10 @@ #%] [% INCLUDE global/html_header.tmpl js_files = ['js/FormValidation.js'] %] -[% INCLUDE global/litmus_header.tmpl %] + + +
+
[% # Dump CGI data into hidden fields for safekeeping as the user # logs in @@ -73,12 +76,8 @@ function checkNewAccountFormContents(f) { ); } - - - - -
-
+ +
[% IF adminrequired %] @@ -88,7 +87,9 @@ function checkNewAccountFormContents(f) {
-
- + [% INCLUDE global/html_footer.tmpl %]