bug #1398018, Safari fieldset float issue in privileges screens
This commit is contained in:
parent
bf36b05181
commit
0ebee3fbc8
@ -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
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user