#10138 changed signature footer

This commit is contained in:
Daniel Cebrian 2023-01-25 11:44:00 +01:00
parent 614475624c
commit 8353a356d8
2 changed files with 8 additions and 8 deletions

View File

@ -115,7 +115,8 @@ html {
color: #8a96a6;
font-size: 13px;
font-weight: 300;
margin: 0 auto;
margin-right: auto;
margin-left: 10px;
}
.link {
color: #82b92e;

View File

@ -580,7 +580,7 @@ function install_step1()
</div>
<div id='foot_install'>
<div class='content-footer'>
<span class='signature'>© ".date('Y')." <a href='https://pandorafms.com' target='_blank'>Pandora FMS</a>
<span class='signature'>Pandora FMS is an OpenSource software project registered at <a target='_blank' href='http://pandora.sourceforge.net'>SourceForge </a>
</span>";
if ($writable === 0) {
echo "<a id='step11' href='install.php?step=11'><button type='submit' class='btn_primary'>Start installation</button></a>";
@ -624,7 +624,7 @@ function install_step1_licence()
<div id='foot_install'>
<div class='content-footer'>
<a href='install.php'><button class='btn_primary outline'>Previous step</button></a>
<span class='signature'>© ".date('Y')." <a href='https://pandorafms.com' target='_blank'>Pandora FMS</a>
<span class='signature'>Pandora FMS is an OpenSource software project registered at <a target='_blank' href='http://pandora.sourceforge.net'>SourceForge </a>
</span>";
if (file_exists('COPYING')) {
echo "<a href='install.php?step=2'><button id='btn_accept' class='btn_primary'>Yes, I accept licence terms</button></a>";
@ -701,7 +701,7 @@ function install_step2()
<div id='foot_install'>
<div class='content-footer'>
<a href='install.php?step=11'><button class='btn_primary outline'>Previous step</button></a>
<span class='signature'>© ".date('Y')." <a href='https://pandorafms.com' target='_blank'>Pandora FMS</a>
<span class='signature'>Pandora FMS is an OpenSource software project registered at <a target='_blank' href='http://pandora.sourceforge.net'>SourceForge </a>
</span>";
if ($res > 0) {
echo "<span class='text' style='margin-right: 10px'>Ignore it.</span><a id='step3' href='install.php?step=3'><button class='btn_primary'>Force install</button></a>";
@ -883,8 +883,7 @@ function install_step3()
echo "<div id='foot_install'>
<div class='content-footer'>
<a href='install.php?step=2' class='btn_primary outline'>Previous step</a>
<span class='signature'>© ".date('Y')."
<a href='https://pandorafms.com' target='_blank'>Pandora FMS</a>
<span class='signature'>Pandora FMS is an OpenSource software project registered at <a target='_blank' href='http://pandora.sourceforge.net'>SourceForge </a>
</span>";
if (!$error) {
echo "<button class='btn_primary' type='submit' id='step4'>Next Step</button>";
@ -1295,7 +1294,7 @@ function install_step4()
<div id='foot_install'>
<div class='content-footer'>
<a href='install.php?step=3' class='btn_primary outline'>Previous step</a>
<span class='signature'>© ".date('Y')." <a href='https://pandorafms.com' target='_blank'>Pandora FMS</a>
<span class='signature'>Pandora FMS is an OpenSource software project registered at <a target='_blank' href='http://pandora.sourceforge.net'>SourceForge </a>
</span>";
if ($everything_ok === 1) {
echo "<a id='step5' href='install.php?step=5'>
@ -1338,7 +1337,7 @@ function install_step5()
</div>
<div id='foot_install'>
<div class='content-footer'>
<span class='signature'>© ".date('Y')." <a href='https://pandorafms.com' target='_blank'>Pandora FMS</a>
<span class='signature'>Pandora FMS is an OpenSource software project registered at <a target='_blank' href='http://pandora.sourceforge.net'>SourceForge </a>
</span>
<a id='access_pandora' href='index.php'>
<button class='btn_primary'>Click here to access to your Pandora FMS console</button>