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:
parent
86f9d2dcbd
commit
7c8f52236a
|
@ -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>
|
||||
|
||||
* pandoradb.sql: Used UTF-8 by default
|
||||
|
|
|
@ -230,7 +230,7 @@ function install_step3() {
|
|||
echo "
|
||||
<div id='install_container'>
|
||||
<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'>
|
||||
<h1>Environment and database setup</h1>
|
||||
<p>
|
||||
|
|
|
@ -186,7 +186,7 @@ function random_name ($size){
|
|||
function install_step1() {
|
||||
echo "
|
||||
<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='install_box'>
|
||||
<h1>Welcome to Pandora FMS 1.3 upgrade Wizard</h1>
|
||||
|
|
Loading…
Reference in New Issue