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:
parent
9217723cf2
commit
e6aeaf150d
|
@ -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'
|
||||
|
|
|
@ -26,4 +26,4 @@
|
|||
<div> </div>
|
||||
<div class="msg"><?php echo $lang_label["no_access_text"];?></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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>";
|
||||
|
@ -483,4 +483,4 @@ function pagination ($count, $url, $offset ) {
|
|||
.
|
||||
*/
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue