From ab1a2394c3df043d81080792028ed739338674f5 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 3 Jun 2011 13:00:56 -0400 Subject: [PATCH] bug #3311170 [sync] Missing helper icons in Synchronize --- ChangeLog | 1 + server_synchronize.php | 18 +++++++----------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index b80c555e4c..1e3baa55ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ ====================== 3.4.3.0 (not yet released) +- bug #3311170 [sync] Missing helper icons in Synchronize 3.4.2.0 (not yet released) - bug #3301249 [interface] Iconic table operations does not remove inline edit label diff --git a/server_synchronize.php b/server_synchronize.php index fa3a959082..9ff9cd4e87 100644 --- a/server_synchronize.php +++ b/server_synchronize.php @@ -253,22 +253,18 @@ if ((isset($_REQUEST['submit_connect']))) { */ echo '
' . PMA_generate_common_hidden_inputs('', ''); - echo ' + echo '
- '; - echo ''; + . ''; echo '

' - . ($GLOBALS['cfg']['MainPageIconic'] - ? '' + . '' - : '') . __('Structure Synchronization') - .'

' .'

' - . ($GLOBALS['cfg']['MainPageIconic'] - ? ''; + echo '

' + . '' - : '') . __('Data Synchronization') - . '' .'
'; -- 2.11.4.GIT