2011-06-29 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/styles/pandora.css operation/agentes/status_events.php general/pandora_help.php general/logon_ok.php: Css style improvements. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4498 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
18c62cd006
commit
8e5c19c9b4
|
@ -1,3 +1,10 @@
|
|||
2011-06-29 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/styles/pandora.css
|
||||
operation/agentes/status_events.php
|
||||
general/pandora_help.php
|
||||
general/logon_ok.php: Css style improvements.
|
||||
|
||||
2011-06-28 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/styles/pandora.css
|
||||
|
|
|
@ -151,7 +151,7 @@ echo "<br /><br />";
|
|||
// Show last activity from this user
|
||||
echo "<h2>" . __('This is your last activity in Pandora FMS console') . "</h2>";
|
||||
|
||||
$table->width = '90%'; //Don't specify px
|
||||
$table->width = '98%'; //Don't specify px
|
||||
$table->data = array ();
|
||||
$table->size = array ();
|
||||
$table->size[2] = '130px';
|
||||
|
|
|
@ -57,6 +57,7 @@ if (! $id || ! file_exists ($help_file)) {
|
|||
}
|
||||
|
||||
/* Show help */
|
||||
echo '<div id="main_help">';
|
||||
echo '<div>';
|
||||
echo '<span style="float:left; margin: 0px; padding: 0px">';
|
||||
echo html_print_image('images/pandora_textlogo.png', true, array("border" => '0'));
|
||||
|
@ -71,6 +72,7 @@ echo '</div>';
|
|||
echo '<br /><br /><hr width="100%" size="1" />';
|
||||
echo '<div style="background-color: #CCC; font-family: verdana, arial; font-size: 11px;">';
|
||||
include ('footer.php');
|
||||
echo '</div>';
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -207,6 +207,19 @@ div#main {
|
|||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
div#main_help {
|
||||
width: 98%;
|
||||
min-height: 400px;
|
||||
padding-left: 0px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 20px;
|
||||
margin-bottom: 25px;
|
||||
background-color: #fefefe;
|
||||
background-image: url(../../images/backgrounds/background4.jpg);
|
||||
margin-top: 0px;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
div#menu {
|
||||
width: 165px;
|
||||
float: left;
|
||||
|
|
|
@ -25,6 +25,6 @@ if (!isset($id_agente)){
|
|||
require_once ("include/functions_events.php");
|
||||
|
||||
echo "<h4 style='margin-top:0px !important;'>".__('Latest events for this agent')."</h4>";
|
||||
events_print_event_table ("WHERE id_agente = $id_agente", $limit = 10, $width=750);
|
||||
events_print_event_table ("WHERE id_agente = $id_agente", $limit = 10, $width='98%');
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue