diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 449c96d359..4959b78c03 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,17 @@ +2012-04-27 Juan Manuel Ramon + + * images/enterprise_version.png + images/online_help.png + images/license_key.png + images/error_login.png + images/documentation.png + images/support.png + images/lock_license.png: Added new images for modal windows. + + * general/login_help_dialog.php + general/login_page.php: + extensions/update_manager.php: Changed images for modal windows. + 2012-04-27 Miguel de Dios * include/functions_events.php: into the function diff --git a/pandora_console/extensions/update_manager.php b/pandora_console/extensions/update_manager.php index 27bcd0b065..1d27557515 100644 --- a/pandora_console/extensions/update_manager.php +++ b/pandora_console/extensions/update_manager.php @@ -53,7 +53,7 @@ if (is_ajax ()) { $table->style[0] = 'text-align: left'; echo '
'; - html_print_image('images/noaccess.png', false); + html_print_image('images/lock_license.png', false); echo '
'; $table->data[0][0] = ''.__('Expires').''; diff --git a/pandora_console/general/login_help_dialog.php b/pandora_console/general/login_help_dialog.php index 81b4e9eddf..dbd3081112 100644 --- a/pandora_console/general/login_help_dialog.php +++ b/pandora_console/general/login_help_dialog.php @@ -50,7 +50,7 @@ echo '
'; echo ''; echo '
'; - echo html_print_image('images/noaccess.png', true, array("alt" => __('Online help'), "border" => 0)); + echo '' . html_print_image('images/online_help.png', true, array("alt" => __('Online help'), "border" => 0)) . ''; echo '
'; echo '
'; echo '' . __('Online help') . ''; @@ -58,7 +58,7 @@ echo '
'; echo ''; echo '
'; - echo html_print_image('images/noaccess.png', true, array("alt" => __('Support'), "border" => 0)); + echo '' . html_print_image('images/support.png', true, array("alt" => __('Support'), "border" => 0)) . ''; echo '
'; echo '
'; echo '' . __('Support') . ' / ' . __('Forums') . ''; @@ -68,7 +68,7 @@ echo '
'; echo ''; echo '
'; - echo html_print_image('images/noaccess.png', true, array("alt" => __('Enterprise version'), "border" => 0)); + echo '' . html_print_image('images/enterprise_version.png', true, array("alt" => __('Enterprise version'), "border" => 0)) . ''; echo '
'; echo '
'; echo '' . __('Enterprise version') . ''; @@ -76,7 +76,7 @@ echo '
'; echo ''; echo '
'; - echo html_print_image('images/noaccess.png', true, array("alt" => __('Documentation'), "border" => 0)); + echo '' . html_print_image('images/documentation.png', true, array("alt" => __('Documentation'), "border" => 0)) . ''; echo '
'; echo '
'; echo '' . __('Documentation') . ''; diff --git a/pandora_console/general/login_page.php b/pandora_console/general/login_page.php index f98fb7b02f..bc4b999208 100644 --- a/pandora_console/general/login_page.php +++ b/pandora_console/general/login_page.php @@ -87,16 +87,14 @@ if (isset ($login_failed)) { echo '
'; - echo '
'; + echo '
'; echo '' . $config["auth_error"] . ''; echo '
'; echo '
'; - echo html_print_image('images/noaccess.png', true, array("alt" => __('Login failed'), "border" => 0)); + echo html_print_image('images/error_login.png', true, array("alt" => __('Login failed'), "border" => 0)); echo '
'; - - - //echo '
'; + echo '
'; html_print_submit_button("Ok", 'hide-login-error', false, 'class="ui-button-dialog ui-widget ui-state-default ui-corner-all ui-button-text-only" style="width:100px;"'); echo '
'; diff --git a/pandora_console/images/documentation.png b/pandora_console/images/documentation.png new file mode 100644 index 0000000000..03fbc917d6 Binary files /dev/null and b/pandora_console/images/documentation.png differ diff --git a/pandora_console/images/enterprise_version.png b/pandora_console/images/enterprise_version.png new file mode 100644 index 0000000000..578c1e7cde Binary files /dev/null and b/pandora_console/images/enterprise_version.png differ diff --git a/pandora_console/images/error_login.png b/pandora_console/images/error_login.png new file mode 100644 index 0000000000..2678b61528 Binary files /dev/null and b/pandora_console/images/error_login.png differ diff --git a/pandora_console/images/license_key.png b/pandora_console/images/license_key.png new file mode 100644 index 0000000000..a93a800ff7 Binary files /dev/null and b/pandora_console/images/license_key.png differ diff --git a/pandora_console/images/lock_license.png b/pandora_console/images/lock_license.png new file mode 100644 index 0000000000..257bcbc7db Binary files /dev/null and b/pandora_console/images/lock_license.png differ diff --git a/pandora_console/images/online_help.png b/pandora_console/images/online_help.png new file mode 100644 index 0000000000..bcb2206368 Binary files /dev/null and b/pandora_console/images/online_help.png differ diff --git a/pandora_console/images/support.png b/pandora_console/images/support.png new file mode 100644 index 0000000000..d70c63a967 Binary files /dev/null and b/pandora_console/images/support.png differ