mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#11288 fixed icon gis in agent
This commit is contained in:
parent
9bdeecf124
commit
c204558a57
@ -754,13 +754,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,
|
||||||
@ -768,7 +769,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,
|
||||||
@ -776,9 +778,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