2011-07-11 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* general/error_authconfig.php
	godmode/db/db_info.php
	godmode/db/db_purge.php
	godmode/setup/file_manager.php: Improvements in css style.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4542 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2011-07-11 14:20:50 +00:00
parent aec10bea6b
commit 5ac0a20cab
5 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,10 @@
2011-07-11 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* general/error_authconfig.php
godmode/db/db_info.php
godmode/db/db_purge.php
godmode/setup/file_manager.php: Improvements in css style.
2011-07-11 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_visual_map.php

View File

@ -32,7 +32,7 @@
</head>
<body>
<div id="main" style='float:left; margin-left: 100px'>
<div id="main" style=' width: 80%; margin:0 auto 0 auto;'>
<div align='center'>
<div id='login_f'>
<h1 id="log_f" class="error">Problem with Pandora FMS auth system</h1>

View File

@ -48,13 +48,13 @@ echo grafico_db_agentes_purge2(0, 600, 400);
echo '<div id="db_info_graph">';
echo '<table border=0 width="98%">';
echo '<tr><td>';
echo '<h3>'.__('Modules per agent').'</h3>';
echo '<h4>'.__('Modules per agent').'</h4>';
echo graph_db_agentes_modulos2(600, 250);
echo '</td></tr><tr><td><br /></tr></td>';
echo '<tr><td>';
echo '<h3>'.__('Packets per agent').'</h3>';
echo '<h4>'.__('Packets per agent').'</h4>';
echo grafico_db_agentes_paquetes2(700, 300);

View File

@ -39,7 +39,7 @@ ui_print_page_header (__('Database maintenance').' &raquo; '.__('Database purge'
echo grafico_db_agentes_purge2($id_agent);
echo '<br /><br />';
echo '<h3>'.__('Get data from agent').'</h3>';
echo '<h4>'.__('Get data from agent').'</h4>';
// All data (now)
$time["all"] = get_system_time ();
@ -170,7 +170,7 @@ if ($id_agent > 0) {
$title = __('Information on all agents in the database');
}
echo '<h3>'.$title.'</h3>';
echo '<h4>'.$title.'</h4>';
//Flush before we do some SQL stuff
flush ();
@ -236,7 +236,7 @@ $table->data[6][1] = '<strong>'.format_numeric($data["total"]).'</strong>';
html_print_table ($table);
echo '<br />';
echo '<h3>'.__('Purge data').'</h3>';
echo '<h4>'.__('Purge data').'</h4>';
$table->data = array ();

View File

@ -108,7 +108,7 @@ $real_directory = realpath ($config['homedir'].'/'.$directory);
//filemanager_box_upload_file_explorer($real_directory, $directory);
echo '<h3>'.__('Index of %s', $directory).'</h3>';
echo '<h4>'.__('Index of %s', $directory).'</h4>';
filemanager_file_explorer($real_directory, $directory, 'index.php?sec=gsetup&sec2=godmode/setup/file_manager');
?>