#13584 Fixed style in Force check button

This commit is contained in:
Jorge Rincon 2024-04-25 12:17:36 +02:00
parent d0dcdf5dd4
commit 0eb80ff8bf
1 changed files with 4 additions and 1 deletions

View File

@ -4755,7 +4755,10 @@ function get_resume_agent_concat($id_agente, $all_groups, $agent)
'force_checks',
false,
'window.location.assign("'.$url.'&flag_agent=1")',
[ 'mode' => 'link' ],
[
'mode' => 'link',
'class' => 'mrgn_lft_20px ',
],
true
);
}