2007-08-21 Sancho Lerena <slerena@artica.es>

* install.php: Fixed heigh in step3 box.

        * upgrade.php: Typo at title in step1.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@606 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2007-08-21 10:04:01 +00:00
parent 05caee1a4e
commit d0aaa05f3b
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2007-08-21 Sancho Lerena <slerena@artica.es>
* install.php: Fixed heigh in step3 box.
* upgrade.php: Typo at title in step1.
2007-08-20 Sancho Lerena <slerena@artica.es> 2007-08-20 Sancho Lerena <slerena@artica.es>
* pandoradb.sql: Used UTF-8 by default * pandoradb.sql: Used UTF-8 by default

View File

@ -230,7 +230,7 @@ function install_step3() {
echo " echo "
<div id='install_container'> <div id='install_container'>
<h1>Pandora FMS console installation wizard. Step #3 of 4 </h1> <h1>Pandora FMS console installation wizard. Step #3 of 4 </h1>
<div id='wizard' style='height: 580px;'> <div id='wizard' style='height: 640px;'>
<div id='install_box'> <div id='install_box'>
<h1>Environment and database setup</h1> <h1>Environment and database setup</h1>
<p> <p>

View File

@ -186,7 +186,7 @@ function random_name ($size){
function install_step1() { function install_step1() {
echo " echo "
<div id='install_container'> <div id='install_container'>
<h1>Pandora FMS upgrad wizard. Step #1 of 5</h1> <h1>Pandora FMS upgrade wizard. Step #1 of 5</h1>
<div id='wizard' style='height: 390px;'> <div id='wizard' style='height: 390px;'>
<div id='install_box'> <div id='install_box'>
<h1>Welcome to Pandora FMS 1.3 upgrade Wizard</h1> <h1>Welcome to Pandora FMS 1.3 upgrade Wizard</h1>