2011-11-29 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* install.php: Fixed width style in step 2. Fixes: #3421097 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5208 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c89fe8fa08
commit
c26ab0a7d5
|
@ -1,3 +1,9 @@
|
|||
2011-11-29 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* install.php: Fixed width style in step 2.
|
||||
|
||||
Fixes: #3421097
|
||||
|
||||
2011-11-29 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_agents.php: Fixed filter of the operation
|
||||
|
|
|
@ -437,7 +437,7 @@ function install_step1_licence() {
|
|||
}
|
||||
else {
|
||||
echo "<form method=post action='install.php?step=2'>";
|
||||
echo "<textarea name='gpl2' cols=53 rows=15>";
|
||||
echo "<textarea name='gpl2' cols=52 rows=15>";
|
||||
echo file_get_contents ("COPYING");
|
||||
echo "</textarea>";
|
||||
echo "<p>";
|
||||
|
|
Loading…
Reference in New Issue