mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Add enable link checkbox to group item editor - #1253
This commit is contained in:
parent
bfa6389130
commit
e0b3d6128e
@ -214,10 +214,9 @@ function visual_map_editor_print_item_palette($visualConsole_id, $background) {
|
|||||||
'simple_value',
|
'simple_value',
|
||||||
'datos',
|
'datos',
|
||||||
'icon',
|
'icon',
|
||||||
'bars_graph');
|
'bars_graph',
|
||||||
|
'group_item');
|
||||||
|
|
||||||
if (!is_metaconsole())
|
|
||||||
$form_items['enable_link_row']['items'][] = 'group_item';
|
|
||||||
|
|
||||||
$form_items['enable_link_row']['html'] =
|
$form_items['enable_link_row']['html'] =
|
||||||
'<td align="left" style="">' . __('Enable link') . '</td>
|
'<td align="left" style="">' . __('Enable link') . '</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user