diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 17e4da5ece..ae076b11e4 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,11 @@ +2012-01-27 Juan Manuel Ramon + + * images/google_chrome.png + images/advise_navigator_background.png + images/mozilla_firefox.png + general/login_page.php: Added web browser advise if the user use + Internet Explorer. + 2012-01-27 Vanessa Gil * pandoradb.sql diff --git a/pandora_console/general/login_page.php b/pandora_console/general/login_page.php index 64cb3b3170..bbbed2d27b 100644 --- a/pandora_console/general/login_page.php +++ b/pandora_console/general/login_page.php @@ -79,9 +79,62 @@ echo '
'.__('Your IP').': '.$config["remote_addr"].'
'; + + +//html_debug_print('http://' . $_SERVER['SERVER_NAME'] . $config['homeurl'] . '/advise_navigator.php'); +ui_require_css_file ('dialog'); +ui_require_jquery_file ('ui.core'); +ui_require_jquery_file ('ui.dialog'); ?> + + + + + diff --git a/pandora_console/images/advise_navigator_background.png b/pandora_console/images/advise_navigator_background.png new file mode 100644 index 0000000000..131dcf437c Binary files /dev/null and b/pandora_console/images/advise_navigator_background.png differ diff --git a/pandora_console/images/google_chrome.png b/pandora_console/images/google_chrome.png new file mode 100644 index 0000000000..e5f11d3c0c Binary files /dev/null and b/pandora_console/images/google_chrome.png differ diff --git a/pandora_console/images/mozilla_firefox.png b/pandora_console/images/mozilla_firefox.png new file mode 100644 index 0000000000..078cf89a19 Binary files /dev/null and b/pandora_console/images/mozilla_firefox.png differ