2013-10-28 Ramon Novoa <rnovoa@artica.es>
* install.php: Added some missing ids. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8972 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
12ee3eafe1
commit
90e23c75d2
|
@ -1,3 +1,7 @@
|
||||||
|
2013-10-28 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* install.php: Added some missing ids.
|
||||||
|
|
||||||
2013-10-28 Miguel de Dios <miguel.dedios@artica.es>
|
2013-10-28 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* godmode/reporting/reporting_builder.list_items.php,
|
* godmode/reporting/reporting_builder.list_items.php,
|
||||||
|
|
|
@ -425,7 +425,7 @@ function install_step1() {
|
||||||
|
|
||||||
if ($writable == 0) {
|
if ($writable == 0) {
|
||||||
echo "</div>";
|
echo "</div>";
|
||||||
echo "<a href='install.php?step=11'><img align='right' style='margin-top: 20px;' src='images/arrow_next.png' border='0'></a>";
|
echo "<a id='step11' href='install.php?step=11'><img align='right' style='margin-top: 20px;' src='images/arrow_next.png' border='0'></a>";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
echo "<div class='err'><b>ERROR:</b>You need to setup permissions to be able to write in ./include directory</div>";
|
echo "<div class='err'><b>ERROR:</b>You need to setup permissions to be able to write in ./include directory</div>";
|
||||||
|
@ -529,7 +529,7 @@ function install_step2() {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
echo "</div>";
|
echo "</div>";
|
||||||
echo "<a href='install.php?step=3'><br>
|
echo "<a id='step3' href='install.php?step=3'><br>
|
||||||
<img align='right' src='images/arrow_next.png' border='0' alt=''></a> <div style='clear: both;'><!-- --></div>
|
<img align='right' src='images/arrow_next.png' border='0' alt=''></a> <div style='clear: both;'><!-- --></div>
|
||||||
";
|
";
|
||||||
|
|
||||||
|
@ -1081,7 +1081,7 @@ function install_step4() {
|
||||||
|
|
||||||
if ($everything_ok == 1) {
|
if ($everything_ok == 1) {
|
||||||
echo "</div>";
|
echo "</div>";
|
||||||
echo "<div style='margin-top: 20px;'><a href='install.php?step=5'>
|
echo "<div style='margin-top: 20px;'><a id='step5' href='install.php?step=5'>
|
||||||
<img align='right' src='images/arrow_next.png' border='0' alt=''></a></div>";
|
<img align='right' src='images/arrow_next.png' border='0' alt=''></a></div>";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
@ -1143,7 +1143,7 @@ function install_step5() {
|
||||||
please change it both as soon as possible.</p>
|
please change it both as soon as possible.</p>
|
||||||
<p>Don't forget to check <a href='http://pandorafms.com'>http://pandorafms.com</a>
|
<p>Don't forget to check <a href='http://pandorafms.com'>http://pandorafms.com</a>
|
||||||
for updates.
|
for updates.
|
||||||
<p><br><b><a href='index.php'>Click here to access to your Pandora FMS console</a>.</b>
|
<p><br><b><a id='access_pandora' href='index.php'>Click here to access to your Pandora FMS console</a>.</b>
|
||||||
</p>
|
</p>
|
||||||
</div>";
|
</div>";
|
||||||
echo "</div>
|
echo "</div>
|
||||||
|
|
Loading…
Reference in New Issue