2007-04-24 Raul Mateos <raulofpandora@gmail.com>
* install.php: Changed typo in installation text. Homogenize boxes. * operation/modificar_agente.php: Deleted table and moved button to tr. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@443 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
45294a4ee6
commit
eebde44a0c
|
@ -1,3 +1,8 @@
|
|||
2007-04-24 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* install.php: Changed typo in installation text. Homogenize boxes.
|
||||
|
||||
* operation/modificar_agente.php: Deleted table and moved button to tr.
|
||||
|
||||
2007-04-22 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
|
|
|
@ -191,20 +191,15 @@ if (mysql_num_rows($result)){
|
|||
}
|
||||
echo "<tr><td colspan='5'><div class='raya'></div></td></tr>";
|
||||
echo "<tr><td align='right' colspan='5'>";
|
||||
$endline = "</td></tr></table>";
|
||||
} else {
|
||||
$endline = "";
|
||||
echo "<div class='nf'>".$lang_label["no_agent_def"]."</div>";
|
||||
echo " </td></tr><tr><td>";
|
||||
}
|
||||
echo $endline;
|
||||
|
||||
// Create agent button
|
||||
echo "<table cellpadding='4' cellspacing='4' width='700'>";
|
||||
echo "<tr><td align=right>";
|
||||
echo "<form method='post' action='index.php?sec=gagente&
|
||||
sec2=godmode/agentes/configurar_agente&create_agent=1'>";
|
||||
echo "<input type='submit' class='sub wand' name='crt'
|
||||
value='".$lang_label["create_agent"]."'>";
|
||||
echo "</form>";
|
||||
echo "</table>";
|
||||
echo "</form></td></tr></table>";
|
||||
?>
|
||||
|
|
|
@ -147,8 +147,8 @@ function random_name ($size){
|
|||
function install_step1() {
|
||||
echo "
|
||||
<div align='center' class='mt35'>
|
||||
<h1>Pandora FMS instalation wizard. Step #1 of 4</h1>
|
||||
<div id='wizard' style='height: 310px;'>
|
||||
<h1>Pandora FMS installation wizard. Step #1 of 4</h1>
|
||||
<div id='wizard' style='height: 300px;'>
|
||||
<div id='install_box'>
|
||||
<h1>Welcome to Pandora FMS installation Wizard</h1>
|
||||
<p>This wizard helps you to quick install Pandora FMS console in your system.</p>
|
||||
|
@ -179,12 +179,11 @@ function install_step1() {
|
|||
}
|
||||
|
||||
|
||||
|
||||
function install_step2() {
|
||||
echo "
|
||||
<div align='center' class='mt35'>
|
||||
<h1>Pandora FMS console instalation wizard. Step #2 of 4</h1>
|
||||
<div id='wizard' style='height: 250px;'>
|
||||
<h1>Pandora FMS console installation wizard. Step #2 of 4</h1>
|
||||
<div id='wizard' style='height: 300px;'>
|
||||
<div id='install_box'>";
|
||||
echo "<h1>Checking software dependencies</h1>";
|
||||
echo "<table border=0 width=230>";
|
||||
|
@ -193,7 +192,7 @@ function install_step2() {
|
|||
$res += check_extension("mysql","PHP MySQL extension");
|
||||
//$res += check_extension("curl","PHP Curl extension");
|
||||
$res += check_extension("gd","PHP gd extension");
|
||||
$res += check_extension("snmp","PHP smmp extension");
|
||||
$res += check_extension("snmp","PHP SNMP extension");
|
||||
$res += check_extension("session","PHP session extension");
|
||||
$res += check_include("PEAR.php","PEAR PHP Library");
|
||||
//$res += check_exists ("/usr/bin/pdflatex","PDF Latex in /usr/bin/pdflatex");
|
||||
|
@ -227,7 +226,7 @@ function install_step2() {
|
|||
function install_step3() {
|
||||
echo "
|
||||
<div align='center' class='mt35'>
|
||||
<h1>Pandora FMS console instalation wizard. Step #3 of 4 </h1>
|
||||
<h1>Pandora FMS console installation wizard. Step #3 of 4 </h1>
|
||||
<div id='wizard' style='height: 540px;'>
|
||||
<div id='install_box'>
|
||||
<h1>Environment and database setup</h1>
|
||||
|
@ -310,8 +309,8 @@ function install_step4() {
|
|||
$step4=0; $step5=0; $step6=0; $step7=0;
|
||||
echo "
|
||||
<div align='center' class='mt35'>
|
||||
<h1>Pandora FMS Console instalation wizard. Step #4 of 4 </h1>
|
||||
<div id='wizard' style='height: 320px;'>
|
||||
<h1>Pandora FMS Console installation wizard. Step #4 of 4</h1>
|
||||
<div id='wizard' style='height: 300px;'>
|
||||
<div id='install_box'>
|
||||
<h1>Creating database and default configuration file</h1>
|
||||
<table>";
|
||||
|
@ -399,7 +398,7 @@ $BASE_URL="'.$url.'"; // Base URL
|
|||
function install_step5() {
|
||||
echo "
|
||||
<div align='center' class='mt35'>
|
||||
<h1>Pandora FMS console instalation wizard. Finished</h1>
|
||||
<h1>Pandora FMS console installation wizard. Finished</h1>
|
||||
<div id='wizard' style='height: 300px;'>
|
||||
<div id='install_box'>
|
||||
<h1>Installation complete</h1>
|
||||
|
|
Loading…
Reference in New Issue