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,
|
||||
true,
|
||||
'w540px'
|
||||
).html_print_image(
|
||||
).'<div class="flex mrgn_top_6px mrgn_btn_5px">'.html_print_image(
|
||||
$path_ok,
|
||||
true,
|
||||
[
|
||||
'id' => 'icon_ok',
|
||||
'style' => 'display:'.$display_icons.';',
|
||||
'width' => '40',
|
||||
'width' => '30',
|
||||
'class' => 'mrgn_right_5px',
|
||||
]
|
||||
).html_print_image(
|
||||
$path_bad,
|
||||
|
@ -771,7 +772,8 @@ $tableAdvancedAgent->data['agent_icon'][] = html_print_label_input_block(
|
|||
[
|
||||
'id' => 'icon_bad',
|
||||
'style' => 'display:'.$display_icons.';',
|
||||
'width' => '40',
|
||||
'width' => '30',
|
||||
'class' => 'mrgn_right_5px',
|
||||
]
|
||||
).html_print_image(
|
||||
$path_warning,
|
||||
|
@ -779,9 +781,10 @@ $tableAdvancedAgent->data['agent_icon'][] = html_print_label_input_block(
|
|||
[
|
||||
'id' => 'icon_warning',
|
||||
'style' => 'display:'.$display_icons.';',
|
||||
'width' => '40',
|
||||
'width' => '30',
|
||||
'class' => 'mrgn_right_5px',
|
||||
]
|
||||
)
|
||||
).'</div>'
|
||||
);
|
||||
|
||||
// Url address.
|
||||
|
|
Loading…
Reference in New Issue