2012-04-27 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* 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. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6215 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
|
@ -1,3 +1,17 @@
|
|||
2012-04-27 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* 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 <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_events.php: into the function
|
||||
|
|
|
@ -53,7 +53,7 @@ if (is_ajax ()) {
|
|||
$table->style[0] = 'text-align: left';
|
||||
|
||||
echo '<div style="float: left; width: 20%; margin-top: 40px; margin-left: 20px;">';
|
||||
html_print_image('images/noaccess.png', false);
|
||||
html_print_image('images/lock_license.png', false);
|
||||
echo '</div>';
|
||||
|
||||
$table->data[0][0] = '<strong>'.__('Expires').'</strong>';
|
||||
|
|
|
@ -50,7 +50,7 @@ echo '<div id="login_help_dialog" title="' . __('Welcome to Pandora FMS') . '" s
|
|||
echo '<tr>';
|
||||
echo '<td style="border:1px solid #FFF; width:50%; height: 50%;">';
|
||||
echo '<div style="position: relative; float: left; width:40%;">';
|
||||
echo html_print_image('images/noaccess.png', true, array("alt" => __('Online help'), "border" => 0));
|
||||
echo '<a href="' . ui_get_full_url(false) . 'general/pandora_help.php?id=main_help" target="_blank" style="text-decoration:none;">' . html_print_image('images/online_help.png', true, array("alt" => __('Online help'), "border" => 0)) . '</a>';
|
||||
echo '</div>';
|
||||
echo '<div style="position:relative; margin: 0 auto; float: right; width:60%; height: 60px; top: 20px; text-align: left;">';
|
||||
echo '<a href="' . ui_get_full_url(false) . 'general/pandora_help.php?id=main_help" target="_blank" style="text-decoration:none; text-shadow: 0 2px 2px #9D9999;" onmouseover="this.style.textDecoration=\'underline\';" onmouseout="this.style.textDecoration=\'none\';"><span style="font-size: 14px;">' . __('Online help') . '</span></a>';
|
||||
|
@ -58,7 +58,7 @@ echo '<div id="login_help_dialog" title="' . __('Welcome to Pandora FMS') . '" s
|
|||
echo '</td>';
|
||||
echo '<td style="border:1px solid #FFF">';
|
||||
echo '<div style="position: relative; float: left; width:40%;">';
|
||||
echo html_print_image('images/noaccess.png', true, array("alt" => __('Support'), "border" => 0));
|
||||
echo '<a href="http://openideas.info/smf/" target="_blank" style="text-decoration:none;">' . html_print_image('images/support.png', true, array("alt" => __('Support'), "border" => 0)) . '</a>';
|
||||
echo '</div>';
|
||||
echo '<div style="position:relative; margin: 0 auto; float: right; width:60%; height: 60px; top: 20px; text-align: left;">';
|
||||
echo '<a href="http://openideas.info/smf/" target="_blank" style="text-decoration:none; text-shadow: 0 2px 2px #9D9999;" onmouseover="this.style.textDecoration=\'underline\';" onmouseout="this.style.textDecoration=\'none\';"><span style="font-size: 14px;">' . __('Support') . ' / ' . __('Forums') . '</span></a>';
|
||||
|
@ -68,7 +68,7 @@ echo '<div id="login_help_dialog" title="' . __('Welcome to Pandora FMS') . '" s
|
|||
echo '<tr>';
|
||||
echo '<td style="border:1px solid #FFF; width:50%; height: 50%">';
|
||||
echo '<div style="position: relative; float: left; width:40%;">';
|
||||
echo html_print_image('images/noaccess.png', true, array("alt" => __('Enterprise version'), "border" => 0));
|
||||
echo '<a href="http://pandorafms.com/" target="_blank" style="text-decoration:none;">' . html_print_image('images/enterprise_version.png', true, array("alt" => __('Enterprise version'), "border" => 0)) . '</a>';
|
||||
echo '</div>';
|
||||
echo '<div style="position:relative; margin: 0 auto; float: right; width:60%; height: 60px; top: 20px; text-align: left;">';
|
||||
echo '<a href="http://pandorafms.com/" target="_blank" style="text-decoration:none; text-shadow: 0 2px 2px #9D9999;" onmouseover="this.style.textDecoration=\'underline\';" onmouseout="this.style.textDecoration=\'none\';"><span style="font-size: 14px;">' . __('Enterprise version') . '</span></a>';
|
||||
|
@ -76,7 +76,7 @@ echo '<div id="login_help_dialog" title="' . __('Welcome to Pandora FMS') . '" s
|
|||
echo '</td>';
|
||||
echo '<td style="border:1px solid #FFF">';
|
||||
echo '<div style="position: relative; float: left; width:40%;">';
|
||||
echo html_print_image('images/noaccess.png', true, array("alt" => __('Documentation'), "border" => 0));
|
||||
echo '<a href="http://pandorafms.org/index.php?lng=en&sec=project&sec2=documentation" target="_blank" style="text-decoration:none;">' . html_print_image('images/documentation.png', true, array("alt" => __('Documentation'), "border" => 0)) . '</a>';
|
||||
echo '</div>';
|
||||
echo '<div style="position:relative; margin: 0 auto; float: right; width:60%; height: 60px; top: 20px; text-align: left;">';
|
||||
echo '<a href="http://pandorafms.org/index.php?lng=en&sec=project&sec2=documentation" target="_blank" style="text-decoration:none; text-shadow: 0 2px 2px #9D9999;" onmouseover="this.style.textDecoration=\'underline\';" onmouseout="this.style.textDecoration=\'none\';"><span style="font-size: 14px;">' . __('Documentation') . '</span></a>';
|
||||
|
|
|
@ -87,16 +87,14 @@ if (isset ($login_failed)) {
|
|||
|
||||
echo '<div style="position:absolute; top:0px; text-align: center; left:0%; right:0%; height:100px; width:330px; margin: 0 auto; ">';
|
||||
|
||||
echo '<div id="error_login">';
|
||||
echo '<div id="error_login" style="margin-top: 20px">';
|
||||
echo '<strong style="font-size: 10pt">' . $config["auth_error"] . '</strong>';
|
||||
echo '</div>';
|
||||
|
||||
echo '<div id="error_login_icon">';
|
||||
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 '</div>';
|
||||
|
||||
|
||||
//echo '<div style="position: absolute; top:60px; right:40%;">';
|
||||
|
||||
echo '<div style="position:absolute; margin: 0 auto; top: 70px; left: 35%; ">';
|
||||
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 '</div>';
|
||||
|
|
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 5.6 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 5.0 KiB |