bug #1398018, Safari fieldset float issue in privileges screens

This commit is contained in:
Marc Delisle 2006-01-07 13:13:05 +00:00
parent bf36b05181
commit 0ebee3fbc8
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,8 @@ $Source$
thanks to Ryan Schmidt
* libraries/common.lib.php: bug #1397749, Safari: space before
PMA_linkOrButton link is part of the link, thanks to Ryan Schmidt
* server_privileges.php: bug #1398018, Safari fieldset float issue in
privileges screens, thanks to Ryan Schmidt
2006-01-06 Marc Delisle <lem9@users.sourceforge.net>
* db_datadict.php, pdf_schema.php: bug #1389165, data dict shows all

View File

@ -377,6 +377,8 @@ function PMA_displayPrivTable($db = '*', $table = '*', $submit = TRUE, $indent =
} // end foreach()
echo $spaces . ' </div>' . "\n";
// for Safari 2.0.2
echo $spaces . ' <div class="clearfloat"></div>' . "\n";
} else {
@ -529,6 +531,8 @@ function PMA_displayPrivTable($db = '*', $table = '*', $submit = TRUE, $indent =
}
echo $spaces . ' </fieldset>' . "\n";
}
// for Safari 2.0.2
echo $spaces . ' <div class="clearfloat"></div>' . "\n";
}
echo $spaces . '</fieldset>' . "\n";
if ($submit) {