mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch '1881-No-aparecen-consolas-visuales-en-el-listado-de-consolas-dev' into 'develop'
Fixed issue with copy and delete visual console See merge request artica/pandorafms!1294
This commit is contained in:
commit
83820a63af
@ -364,7 +364,7 @@ else {
|
|||||||
$data[2] = db_get_sql ("SELECT COUNT(*) FROM tlayout_data WHERE id_layout = ".$map['id']);
|
$data[2] = db_get_sql ("SELECT COUNT(*) FROM tlayout_data WHERE id_layout = ".$map['id']);
|
||||||
|
|
||||||
// Fix: IW was the old ACL for report editing, now is RW
|
// Fix: IW was the old ACL for report editing, now is RW
|
||||||
if ($vconsole_write || $vconsole_manage) {
|
if ($vconsoles_write || $vconsoles_manage) {
|
||||||
if (!is_metaconsole()) {
|
if (!is_metaconsole()) {
|
||||||
$data[3] = '<a class="copy_visualmap" href="index.php?sec=network&sec2=godmode/reporting/map_builder&id_layout='.$map['id'].'&copy_layout=1">'.html_print_image ("images/copy.png", true).'</a>';
|
$data[3] = '<a class="copy_visualmap" href="index.php?sec=network&sec2=godmode/reporting/map_builder&id_layout='.$map['id'].'&copy_layout=1">'.html_print_image ("images/copy.png", true).'</a>';
|
||||||
$data[4] = '<a class="delete_visualmap" href="index.php?sec=network&sec2=godmode/reporting/map_builder&id_layout='.$map['id'].'&delete_layout=1">'.html_print_image ("images/cross.png", true).'</a>';
|
$data[4] = '<a class="delete_visualmap" href="index.php?sec=network&sec2=godmode/reporting/map_builder&id_layout='.$map['id'].'&delete_layout=1">'.html_print_image ("images/cross.png", true).'</a>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user