From 499f5527940d2f6abb2c8059d503c873321298af Mon Sep 17 00:00:00 2001 From: Apoorv Khare Date: Fri, 31 May 2019 21:54:22 +0530 Subject: [PATCH 1/2] Fixes #15079 Responsive behaviour of instruction dialog box (#15089) Signed-off-by: Apoorv Khare --- js/server_status_advisor.js | 2 +- js/server_status_monitor.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/server_status_advisor.js b/js/server_status_advisor.js index 089d7fd2f0..a9f68863fa 100644 --- a/js/server_status_advisor.js +++ b/js/server_status_advisor.js @@ -34,7 +34,7 @@ AJAX.registerOnload('server_status_advisor.js', function () { }; $instructionsDialog.dialog({ title: PMA_messages.strAdvisorSystem, - width: 700, + width: '60%', buttons: dlgBtns }); }); diff --git a/js/server_status_monitor.js b/js/server_status_monitor.js index 3408bcd1c9..8bff1cea2b 100644 --- a/js/server_status_monitor.js +++ b/js/server_status_monitor.js @@ -692,7 +692,7 @@ AJAX.registerOnload('server_status_monitor.js', function () { var $dialog = $('#monitorInstructionsDialog'); $dialog.dialog({ - width: 595, + width: '60%', height: 'auto' }).find('img.ajaxIcon').show(); From 7923567d5bb5a4c329ea487b66644e4f1e55b78a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Fri, 31 May 2019 13:30:37 -0300 Subject: [PATCH 2/2] Add ChangeLog entry for #15079 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Responsive behaviour of instruction dialog box [ci skip] Signed-off-by: MaurĂ­cio Meneghini Fauth --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 1aed996dae..54077c9900 100644 --- a/ChangeLog +++ b/ChangeLog @@ -109,6 +109,7 @@ phpMyAdmin - ChangeLog - issue #15287 Fix auto_increment field is too small - issue #15283 Fix tries to change collation on views when changing collation on all tables/fields - issue Fixed empty PMA_gotoWhitelist JavaScript array +- issue #15079 Fixed responsive behaviour of instruction dialog box 4.8.5 (2019-01-25) - issue Developer debug data was saved to the PHP error log