From 6c137ca8f0ede81933570ba0d29fb9a799711fb3 Mon Sep 17 00:00:00 2001 From: darode Date: Tue, 13 Jul 2010 08:42:17 +0000 Subject: [PATCH] =?UTF-8?q?2010-07-13=20=20Dar=C3=ADo=20Rodr=C3=ADguez=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- pandora_console/ChangeLog | 6 ++++++ pandora_console/general/pandora_help.php | 7 +++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c11ecc2f9e..786d3e2d57 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-07-13 Darío Rodríguez + + * general/pandora_help.php: Delete interrogation picture to get a + better style. + Fixes: #3028524 + 2010-07-12 Raúl Mateos * godmode/setup/setup.php: Updated year. Cleaned code. diff --git a/pandora_console/general/pandora_help.php b/pandora_console/general/pandora_help.php index f894c67f9c..17e3eccd5a 100644 --- a/pandora_console/general/pandora_help.php +++ b/pandora_console/general/pandora_help.php @@ -40,10 +40,9 @@ if (! $id || ! file_exists ($help_file)) { echo "
"; echo '

'; echo __('Help system error'); - echo "

"; - echo "No help section
"; - echo "
"; - echo '
'; + echo ""; + echo "
"; + echo '
'; echo "
"; echo '
'.__('Pandora FMS help system has been called with a help reference that currently don\'t exist. There is no help content to show.').'
'; return;