Beautify.
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-05-12 Garvin Hicking <me@supergarv.de>
|
||||||
|
* queryframe.php3: Remove left/bottom margin to better fit the link title
|
||||||
|
in the small frame.
|
||||||
|
|
||||||
2003-05-12 Michal Cihar <nijel@users.sourceforge.net>
|
2003-05-12 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* index.php3: Better fix for #736003.
|
* index.php3: Better fix for #736003.
|
||||||
|
@@ -76,7 +76,7 @@ function open_querywindow(url) {
|
|||||||
?>
|
?>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body bgcolor="<?php echo $cfg['LeftBgColor']; ?>">
|
<body bgcolor="<?php echo $cfg['LeftBgColor']; ?>" style="margin-left: 0px; margin-top: 5px; margin-right: 0px; margin-bottom: 0px">
|
||||||
<form name="queryframeform" action="queryframe.php3" method="get">
|
<form name="queryframeform" action="queryframe.php3" method="get">
|
||||||
<input type="hidden" name="db" value="" />
|
<input type="hidden" name="db" value="" />
|
||||||
<input type="hidden" name="table" value="" />
|
<input type="hidden" name="table" value="" />
|
||||||
|
Reference in New Issue
Block a user