mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Merge branch 'ent-11288-edicion-de-agente-iconos-gis-salen-feos' into 'develop'
Ent 11288 edicion de agente iconos gis salen feos See merge request artica/pandorafms!5925
This commit is contained in:
commit
e24bdf842e
@ -757,13 +757,14 @@ $tableAdvancedAgent->data['agent_icon'][] = html_print_label_input_block(
|
|||||||
false,
|
false,
|
||||||
true,
|
true,
|
||||||
'w540px'
|
'w540px'
|
||||||
).html_print_image(
|
).'<div class="flex mrgn_top_6px mrgn_btn_5px">'.html_print_image(
|
||||||
$path_ok,
|
$path_ok,
|
||||||
true,
|
true,
|
||||||
[
|
[
|
||||||
'id' => 'icon_ok',
|
'id' => 'icon_ok',
|
||||||
'style' => 'display:'.$display_icons.';',
|
'style' => 'display:'.$display_icons.';',
|
||||||
'width' => '40',
|
'width' => '30',
|
||||||
|
'class' => 'mrgn_right_5px',
|
||||||
]
|
]
|
||||||
).html_print_image(
|
).html_print_image(
|
||||||
$path_bad,
|
$path_bad,
|
||||||
@ -771,7 +772,8 @@ $tableAdvancedAgent->data['agent_icon'][] = html_print_label_input_block(
|
|||||||
[
|
[
|
||||||
'id' => 'icon_bad',
|
'id' => 'icon_bad',
|
||||||
'style' => 'display:'.$display_icons.';',
|
'style' => 'display:'.$display_icons.';',
|
||||||
'width' => '40',
|
'width' => '30',
|
||||||
|
'class' => 'mrgn_right_5px',
|
||||||
]
|
]
|
||||||
).html_print_image(
|
).html_print_image(
|
||||||
$path_warning,
|
$path_warning,
|
||||||
@ -779,9 +781,10 @@ $tableAdvancedAgent->data['agent_icon'][] = html_print_label_input_block(
|
|||||||
[
|
[
|
||||||
'id' => 'icon_warning',
|
'id' => 'icon_warning',
|
||||||
'style' => 'display:'.$display_icons.';',
|
'style' => 'display:'.$display_icons.';',
|
||||||
'width' => '40',
|
'width' => '30',
|
||||||
|
'class' => 'mrgn_right_5px',
|
||||||
]
|
]
|
||||||
)
|
).'</div>'
|
||||||
);
|
);
|
||||||
|
|
||||||
// Url address.
|
// Url address.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user