From 8dc7b37909887dbeabc58cb22a33f6e0fb038bcf Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 21 Oct 2011 16:03:39 -0500 Subject: Remove a boatload of inline table styles Replacing with CSS styles where appropriate. A previously unused CSS style is tweaked in the stylesheet to match most of what was done via non-CSS styling. Signed-off-by: Dan McGee Signed-off-by: Lukas Fleischer --- web/lib/acctfuncs.inc.php | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'web/lib/acctfuncs.inc.php') diff --git a/web/lib/acctfuncs.inc.php b/web/lib/acctfuncs.inc.php index 59fa730f..4c6da9f8 100644 --- a/web/lib/acctfuncs.inc.php +++ b/web/lib/acctfuncs.inc.php @@ -35,7 +35,7 @@ function display_account_form($UTYPE,$A,$U="",$T="",$S="", print "\n"; } print ""; - print "\n"; + print "
\n"; print "\n"; print ""; @@ -415,13 +415,7 @@ function search_results_page($UTYPE,$O=0,$SB="",$U="",$T="", } else { $num_rows = mysql_num_rows($result); if ($num_rows) { - print "
 
\n"; - print ""; - print "\n"; + print "
"; - print "\n"; + print "
\n"; print ""; print ""; @@ -483,8 +477,8 @@ function search_results_page($UTYPE,$O=0,$SB="",$U="",$T="", $i++; } print "
"; print "".__("Username")."
\n"; - print "
\n"; print ""; print "
"; print "
\n"; @@ -540,7 +534,7 @@ function display_account_info($U="", $T="", $E="", $R="", $I="") { global $SUPPORTED_LANGS; - print "\n"; + print "
\n"; print " \n"; print " \n"; print " \n"; -- cgit v1.2.3-24-g4f1b