2012-03-01 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* general/logon_ok.php: Fixed users link in welcome page.

	Fixes: #3477646



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5687 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2012-03-01 19:31:14 +00:00
parent 36b2e0925f
commit 162e5b5220
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2012-03-01 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* general/logon_ok.php: Fixed users link in welcome page.
Fixes: #3477646
2012-03-01 Sergio Martin <sergio.martin@artica.es>
* include/functions_graph.php

View File

@ -138,7 +138,13 @@ $cells[6]["href"] = "index.php?sec=estado&amp;sec2=operation/agentes/alerts_stat
$cells[7][0] = __('Users defined');
$cells[7][1] = count (get_users ());
$cells[7]["color"] = "#000";
$cells[7]["href"] = "index.php?sec=usuarios&amp;sec2=operation/users/user";
if (check_acl ($config['id_user'], 0, "UM")) {
$user_link = 'index.php?sec=gusuarios&amp;sec2=godmode/users/user_list';
}
else{
$user_link = '#';
}
$cells[7]["href"] = $user_link;
foreach ($cells as $key => $row) {
//Switch class around