mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'Problema_menor_consola_visual' into 'develop'
fixed error visual console remove link when edit console See merge request artica/pandorafms!1095
This commit is contained in:
commit
a8e1a92bf1
@ -1538,6 +1538,11 @@ function visual_map_print_item($mode = "read", $layoutData,
|
|||||||
echo "<a href=\"$url\">";
|
echo "<a href=\"$url\">";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//for clean link text from bbdd only edit_visualmap
|
||||||
|
if (get_parameter('action') == 'edit' || get_parameter('operation') == 'edit_visualmap') {
|
||||||
|
$text = preg_replace("/<\/*a.*?>/", '', $text);
|
||||||
|
}
|
||||||
|
|
||||||
switch ($type) {
|
switch ($type) {
|
||||||
case BOX_ITEM:
|
case BOX_ITEM:
|
||||||
if ($width == 0 || $width == 0) {
|
if ($width == 0 || $width == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user