Merge branch '855-Icono-erroneo-en-custom-fields' into 'develop'
Change display up front column icons for agent custom field manager - 855 See merge request !465
This commit is contained in:
commit
d92947d68d
|
@ -120,7 +120,7 @@ foreach ($fields as $field) {
|
|||
$data[2] = html_print_image('images/tick.png', true);
|
||||
}
|
||||
else {
|
||||
$data[2] = html_print_image('images/delete.png', true);
|
||||
$data[2] = html_print_image('images/icono_stop.png', true,array ('style' => 'width:21px;height:21px;'));
|
||||
}
|
||||
|
||||
$data[3] = '<a href="index.php?sec=gagente&sec2=godmode/agentes/configure_field&id_field='.$field['id_field'].'">' . html_print_image("images/config.png", true, array("alt" => __('Edit'), "title" => __('Edit'), "border" => '0')) . '</a>';
|
||||
|
|
Loading…
Reference in New Issue