diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 19b38f2098..ebfb0dfeb7 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-07-20 Sergio Martin + + * include/styles/dialog.css: Fixed wrong path in the + warning dialog header style 3371399 + 2011-07-20 Sergio Martin * include/functions.php: Fixed enterprise_not_hook constant diff --git a/pandora_console/include/styles/dialog.css b/pandora_console/include/styles/dialog.css index 14603f44eb..fcb4830516 100644 --- a/pandora_console/include/styles/dialog.css +++ b/pandora_console/include/styles/dialog.css @@ -15,7 +15,7 @@ } .ui-dialog .ui-dialog-titlebar { - background: #9BC969 url(../../images/dialog-title.gif) repeat-x; + background: #9BC969 url(images/dialog-title.gif) repeat-x; height: 28px; _height: 29px; width: 97%;