2011-02-15 Miguel de Dios <miguel.dedios@artica.es>
* operation/visual_console/render_view.php: fixed the link to edit visual console. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3863 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
2e61efd330
commit
29ad21a436
|
@ -1,3 +1,8 @@
|
|||
2011-02-15 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/visual_console/render_view.php: fixed the link to edit
|
||||
visual console.
|
||||
|
||||
2011-02-15 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/search_users.php: fixed unclose parentheses.
|
||||
|
|
|
@ -54,8 +54,8 @@ if (! give_acl ($config["id_user"], $id_group, "AR")) {
|
|||
// Render map
|
||||
$options = array();
|
||||
|
||||
if (give_acl ($config["id_user"], $id_group, "AW")){
|
||||
$options['setup']['text'] = '<a href="index.php?sec=gmap&sec2=godmode/reporting/map_builder&id_layout='.$id_layout.'">'.print_image ("images/setup.png", true, array ("title" => __('Setup'))).'</a>';
|
||||
if (give_acl ($config["id_user"], $id_group, "AW")) {
|
||||
$options['setup']['text'] = '<a href="index.php?sec=gmap&sec2=godmode/reporting/visual_console_builder&tab=data&action=edit&id_visual_console='.$id_layout.'">'.print_image ("images/setup.png", true, array ("title" => __('Setup'))).'</a>';
|
||||
$options['setup']['active'] = false;
|
||||
}
|
||||
|
||||
|
@ -63,7 +63,8 @@ if ($config["pure"] == 0) {
|
|||
$options['pure']['text'] = '<a href="index.php?sec=visualc&sec2=operation/visual_console/render_view&id='.$id_layout.'&refr='.$config["refr"].'&pure=1">'
|
||||
. print_image ("images/fullscreen.png", true, array ("title" => __('Full screen mode')))
|
||||
. "</a>";
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
$options['pure']['text'] = '<a href="index.php?sec=visualc&sec2=operation/visual_console/render_view&id='.$id_layout.'&refr='.$config["refr"].'">'
|
||||
. print_image ("images/normalscreen.png", true, array ("title" => __('Back to normal mode')))
|
||||
. "</a>";
|
||||
|
|
Loading…
Reference in New Issue