From c90bbfcb3759a876e0a75520faf903ea7ad97b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 1 Aug 2017 16:25:20 +0200 Subject: [PATCH] Remove Yes/No buttons from confirmation legend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It feels strange to show the buttons twice and I think footer is better location. Signed-off-by: Michal Čihař --- libraries/mult_submits.lib.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libraries/mult_submits.lib.php b/libraries/mult_submits.lib.php index 53b3782998..c1c3b0a1a0 100644 --- a/libraries/mult_submits.lib.php +++ b/libraries/mult_submits.lib.php @@ -447,10 +447,6 @@ function PMA_getHtmlForOtherActions($what, $action, $_url_params, $full_query) $html .= __('You are about to DESTROY a complete database!') . ' '; } $html .= __('Do you really want to execute the following query?'); - $html .= ''; - $html .= ''; $html .= ''; $html .= '' . $full_query . ''; $html .= '';