From c16138f9fd9b7c88ee412c0ef43419ef100ad0d8 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 30b414c7ba..f6cea742a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ + rfe #3310562 Wording about Column 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') - . '' .'
';