2006-10-21 Sancho Lerena <slerena@artica.es>

* include/functions.php: Change function no_permission () to show
	  noaccess.gif image correctly, due a path problem.
		  
        * general/noaccess.php: Change code to show noaccess.gif correctly.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@234 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2006-10-21 16:47:26 +00:00
parent 9217723cf2
commit e6aeaf150d
3 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,10 @@
2006-10-21 Sancho Lerena <slerena@artica.es>
* include/functions.php: Change function no_permission () to show
noaccess.gif image correctly, due a path problem.
* general/noaccess.php: Change code to show noaccess.gif correctly.
2006-10-09 Raul Mateos <raulofpandora@gmail.com>
* operation/agentes/estado_alertas.php: Add code for showing 'Never'

View File

@ -340,10 +340,10 @@ function popup_help ($help_id){
function no_permission () {
require("config.php");
require ("include/languages/language_".$language_code.".php");
echo "<h1>".$lang_label["no_permission_title"]."</h1>";
echo "<img src='img/noaccess.gif' width='120'><br><br>";
echo "<h3 class='error'>".$lang_label["no_permission_title"]."</h3>";
echo "<img src='images/noaccess.gif' width='120'><br><br>";
echo "<table width=550>";
echo "<tr><td class=datos>";
echo "<tr><td>";
echo $lang_label["no_permission_text"];
echo "</table>";
echo "<tr><td><td><td><td>";