remove some space wasting elements - not finally, just let see how it is in work environment and how other say about

This commit is contained in:
Sebastian Mendel
2007-10-09 12:56:33 +00:00
parent 82d5c295c4
commit 86b1e3032b
5 changed files with 1 additions and 8 deletions

View File

@@ -999,7 +999,6 @@ function PMA_showMessage($message, $sql_query = null, $type = 'notice')
} }
} }
unset($tbl_status); unset($tbl_status);
echo '<br />' . "\n";
echo '<div align="' . $GLOBALS['cell_align_left'] . '">' . "\n"; echo '<div align="' . $GLOBALS['cell_align_left'] . '">' . "\n";
if (!empty($GLOBALS['show_error_header'])) { if (!empty($GLOBALS['show_error_header'])) {

View File

@@ -136,4 +136,3 @@ if (!empty($message)) {
unset($message); unset($message);
} }
?> ?>
<br />

View File

@@ -33,10 +33,6 @@ if ($import_type == 'server') {
echo ' <input type="hidden" name="import_type" value="' . $import_type . '" />'; echo ' <input type="hidden" name="import_type" value="' . $import_type . '" />';
echo PMA_pluginGetJavascript($import_list); echo PMA_pluginGetJavascript($import_list);
?> ?>
<h2><?php echo $strImport; ?></h2>
<!-- File name, and some other common options -->
<fieldset class="options"> <fieldset class="options">
<legend><?php echo $strFileToImport; ?></legend> <legend><?php echo $strFileToImport; ?></legend>

View File

@@ -92,4 +92,3 @@ if (!empty($message)) {
} }
?> ?>
<br />

View File

@@ -133,4 +133,4 @@ if (!empty($message)) {
unset($message); unset($message);
} }
?><br /> ?>