2009-08-18 Miguel de Dios <miguel.dedios@artica.es>
* install.php: change the style of "div#wizard", "div#install_img" and add the div clear for grow the box. Fixes: #2815089 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1866 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e1c6902b96
commit
b80021a1dd
|
@ -1,3 +1,9 @@
|
||||||
|
2009-08-18 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* install.php: change the style of "div#wizard", "div#install_img" and add
|
||||||
|
the div clear for grow the box.
|
||||||
|
Fixes: #2815089
|
||||||
|
|
||||||
2009-08-19 Manuel Arostegui <manuel@todo-linux.com>
|
2009-08-19 Manuel Arostegui <manuel@todo-linux.com>
|
||||||
|
|
||||||
* pandora_console.spec: Changed email.
|
* pandora_console.spec: Changed email.
|
||||||
|
|
|
@ -226,7 +226,7 @@ function install_step2() {
|
||||||
echo "
|
echo "
|
||||||
<div id='install_container'>
|
<div id='install_container'>
|
||||||
<h1>Pandora FMS console installation wizard. Step #2 of 4</h1>
|
<h1>Pandora FMS console installation wizard. Step #2 of 4</h1>
|
||||||
<div id='wizard' style='height: 440px;'>
|
<div id='wizard' style='min-height: 390px;'>
|
||||||
<div id='install_box'>";
|
<div id='install_box'>";
|
||||||
echo "<h2>Checking software dependencies</h2>";
|
echo "<h2>Checking software dependencies</h2>";
|
||||||
echo "<table border=0 width=230>";
|
echo "<table border=0 width=230>";
|
||||||
|
@ -256,13 +256,14 @@ function install_step2() {
|
||||||
dependencies. Please correct them or this installer
|
dependencies. Please correct them or this installer
|
||||||
will not be able to finish your installation.
|
will not be able to finish your installation.
|
||||||
</div>
|
</div>
|
||||||
Ignore it. <a href='install.php?step=3'>Force install Step #3</a>";
|
Ignore it. <a href='install.php?step=3' style='font-weight: bolder;'>Force install Step #3</a>";
|
||||||
} else {
|
} else {
|
||||||
echo "<a href='install.php?step=3'>
|
echo "<a href='install.php?step=3'>
|
||||||
<img align='right' src='images/arrow_next.png' border='0' alt=''></a>";
|
<img align='right' src='images/arrow_next.png' border='0' alt=''></a>";
|
||||||
}
|
}
|
||||||
echo "
|
echo "
|
||||||
</div>
|
</div>
|
||||||
|
<div style='clear: both;'><!-- --></div>
|
||||||
</div>
|
</div>
|
||||||
<div id='foot_install'>
|
<div id='foot_install'>
|
||||||
<i>Pandora FMS is an OpenSource Software project registered at
|
<i>Pandora FMS is an OpenSource Software project registered at
|
||||||
|
|
Loading…
Reference in New Issue