2010-07-28 Miguel de Dios <miguel.dedios@artica.es>

* install.php: fixed unclose bold tag.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3074 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2010-07-28 12:16:13 +00:00
parent cb8a90073a
commit 310dcb6f0e
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2010-07-28 Miguel de Dios <miguel.dedios@artica.es>
* install.php: fixed unclose bold tag.
2010-07-28 Miguel de Dios <miguel.dedios@artica.es>
* godmode/reporting/visual_console_builder.data.php: fixed the select box
field for to don't show None value for map background.

View File

@ -261,7 +261,7 @@ function install_step1_licence() {
";
if (!file_exists("COPYING")){
echo "<div class='warn'><b>Licence file 'COPYING' is not present in your distribution. This means you have some 'partial' Pandora FMS distribution. We cannot continue without accepting the licence file.";
echo "<div class='warn'><b>Licence file 'COPYING' is not present in your distribution. This means you have some 'partial' Pandora FMS distribution. We cannot continue without accepting the licence file.</b>";
echo "</div>";
} else {