2011-09-26 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* install.php: Fixed height style attribute in step 3. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4999 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
2aacfee9cb
commit
f82dfe56cf
|
@ -1,3 +1,7 @@
|
|||
2011-09-26 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* install.php: Fixed height style attribute in step 3.
|
||||
|
||||
2011-09-25 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_api.php: added api call "set_validate_event".
|
||||
|
|
|
@ -538,7 +538,7 @@ function install_step3() {
|
|||
|
||||
echo "
|
||||
<div id='install_container'>
|
||||
<div id='wizard' style='height: 655px;'>
|
||||
<div id='wizard' style='height: 665px;'>
|
||||
<div id='install_box'>
|
||||
<h2>Environment and database setup</h2>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue