The branch, master has been updated via 9e34ccf57cfc97c3cac6d7f9ceecd6e1cc89e10d (commit) from e9126d231887cfdeeed096648201f9e0d2f0b6f5 (commit)
- Log ----------------------------------------------------------------- commit 9e34ccf57cfc97c3cac6d7f9ceecd6e1cc89e10d Author: Rouslan Placella rouslan@placella.com Date: Wed Jul 6 15:01:39 2011 +0100
Fix for bug #3354356 - Timepicker does not work in AJAX dialogs
-----------------------------------------------------------------------
Summary of changes: ChangeLog | 1 + themes/original/jquery/jquery-ui-1.8.override.css | 1 + themes/pmahomme/jquery/jquery-ui-1.8.override.css | 1 + 3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 4ae25e9..4df55e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,6 +33,7 @@ phpMyAdmin - ChangeLog + Shift/click support in database Structure + Show/hide column in table Browse - bug #3353856 [AJAX] AJAX dialogs use wrong font-size +- bug #3354356 [interface] Timepicker does not work in AJAX dialogs
3.4.4.0 (not yet released) - bug #3323060 [parser] SQL parser breaks AJAX requests if query has unclosed quotes diff --git a/themes/original/jquery/jquery-ui-1.8.override.css b/themes/original/jquery/jquery-ui-1.8.override.css index 4aee6fb..2835781 100644 --- a/themes/original/jquery/jquery-ui-1.8.override.css +++ b/themes/original/jquery/jquery-ui-1.8.override.css @@ -5,3 +5,4 @@ /* Component containers ----------------------------------*/ .ui-widget { font-size: 1em; } +#ui-timepicker-div { z-index: 1003; } diff --git a/themes/pmahomme/jquery/jquery-ui-1.8.override.css b/themes/pmahomme/jquery/jquery-ui-1.8.override.css index 4aee6fb..2835781 100644 --- a/themes/pmahomme/jquery/jquery-ui-1.8.override.css +++ b/themes/pmahomme/jquery/jquery-ui-1.8.override.css @@ -5,3 +5,4 @@ /* Component containers ----------------------------------*/ .ui-widget { font-size: 1em; } +#ui-timepicker-div { z-index: 1003; }
hooks/post-receive