2010-07-13 Darío Rodríguez <dario.rodriguez@artica.es>

* general/pandora_help.php: Delete interrogation picture to get a 
	better style.
	Fixes: #3028524



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2997 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
darode 2010-07-13 08:42:17 +00:00
parent 790229b764
commit 6c137ca8f0
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2010-07-13 Darío Rodríguez <dario.rodriguez@artica.es>
* general/pandora_help.php: Delete interrogation picture to get a
better style.
Fixes: #3028524
2010-07-12 Raúl Mateos <raulofpandora@gmail.com>
* godmode/setup/setup.php: Updated year. Cleaned code.

View File

@ -40,10 +40,9 @@ if (! $id || ! file_exists ($help_file)) {
echo "<div class='databox' id='login'><div id='login_f' class='databox'>";
echo '<h1 id="log_f" style="margin-top: 0px;" class="error">';
echo __('Help system error');
echo "</h1><div id='noa' style='width:120px' >";
echo "<img src='../images/help.jpg' alt='No help section'></div>";
echo "<div style='width: 350px'>";
echo '<a href="index.php"><img src="../images/pandora_logo.png" border="0"></a><br>';
echo "</h1>";
echo "<div class='noa'>";
echo '<a href="../index.php"><img src="../images/pandora_logo.png" border="0"></a><br>';
echo "</div>";
echo '<div class="msg">'.__('Pandora FMS help system has been called with a help reference that currently don\'t exist. There is no help content to show.').'</div></div></div>';
return;