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:
@@ -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'])) {
|
||||||
|
@@ -136,4 +136,3 @@ if (!empty($message)) {
|
|||||||
unset($message);
|
unset($message);
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<br />
|
|
||||||
|
@@ -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>
|
||||||
|
|
||||||
|
@@ -92,4 +92,3 @@ if (!empty($message)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<br />
|
|
||||||
|
@@ -133,4 +133,4 @@ if (!empty($message)) {
|
|||||||
unset($message);
|
unset($message);
|
||||||
}
|
}
|
||||||
|
|
||||||
?><br />
|
?>
|
||||||
|
Reference in New Issue
Block a user