diff --git a/libraries/display_import_ajax.lib.php b/libraries/display_import_ajax.lib.php index cf75da30f..c05cd4dc9 100644 --- a/libraries/display_import_ajax.lib.php +++ b/libraries/display_import_ajax.lib.php @@ -31,7 +31,7 @@ $plugins = array( "uploadprogress", "apc", "noplugin" - ); // available plugins. Each plugin has own checkfunction in upload_functions.php and own file with functions in upload_#KEY#.php + ); // available plugins. Each plugin has own checkfunction in display_import_ajax.lib.php and own file with functions in upload_#KEY#.php // select available plugin foreach ($plugins as $plugin) { @@ -40,8 +40,8 @@ foreach ($plugins as $plugin) { if ($check()) { $_SESSION[$SESSION_KEY]["handler"] = $plugin; include_once("import/upload/" . $plugin . ".php"); - break; - } + break; + } } /** diff --git a/libraries/server_synchronize.lib.php b/libraries/server_synchronize.lib.php index 0716f98e0..8978cc655 100644 --- a/libraries/server_synchronize.lib.php +++ b/libraries/server_synchronize.lib.php @@ -1334,7 +1334,7 @@ function PMA_displayQuery($query) { function PMA_syncDisplayHeaderSource($src_db) { echo '
'; - echo ''; + echo '
'; echo ''; echo '
' . $GLOBALS['strDatabase_src'] . ': ' . $src_db . '
('; if ('cur' == $_SESSION['src_type']) { diff --git a/server_synchronize.php b/server_synchronize.php index 5a467614e..7d84ce70b 100644 --- a/server_synchronize.php +++ b/server_synchronize.php @@ -255,7 +255,7 @@ if ((isset($_REQUEST['submit_connect']))) { */ echo '
' . PMA_generate_common_hidden_inputs('', ''); - echo ' + echo '

' . ($GLOBALS['cfg']['MainPageIconic'] @@ -455,7 +455,7 @@ if ((isset($_REQUEST['submit_connect']))) { * This fieldset displays the checkbox to confirm deletion of previous rows from target tables */ echo '
-

' . $strTableDeleteRows . '

+

'; echo '' . $strTableDeleteRows . '

+

'; echo '
'; diff --git a/themes/darkblue_orange/img/new_data.jpg b/themes/darkblue_orange/img/new_data.jpg new file mode 100644 index 000000000..08d30d34a Binary files /dev/null and b/themes/darkblue_orange/img/new_data.jpg differ