2011-08-04 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* install.php: Improved css style in installer. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4667 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
6e4b1d6fe3
commit
7365283a8a
|
@ -1,3 +1,7 @@
|
||||||
|
2011-08-04 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* install.php: Improved css style in installer.
|
||||||
|
|
||||||
2011-08-04 Ramon Novoa <rnovoa@artica.es>
|
2011-08-04 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* pandoradb.sql,
|
* pandoradb.sql,
|
||||||
|
|
|
@ -437,7 +437,7 @@ function install_step1_licence() {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
echo "<form method=post action='install.php?step=2'>";
|
echo "<form method=post action='install.php?step=2'>";
|
||||||
echo "<textarea name='gpl2' cols=55 rows=15>";
|
echo "<textarea name='gpl2' cols=53 rows=15>";
|
||||||
echo file_get_contents ("COPYING");
|
echo file_get_contents ("COPYING");
|
||||||
echo "</textarea>";
|
echo "</textarea>";
|
||||||
echo "<p>";
|
echo "<p>";
|
||||||
|
|
Loading…
Reference in New Issue