Extend class to pencil image in html interval component
Former-commit-id: baf46a4b64f58e300b092a8ee71c438931e2d840
This commit is contained in:
parent
33fd100d91
commit
bf5dfd8bdb
|
@ -1060,7 +1060,7 @@ function html_print_extended_select_for_time(
|
|||
'images/pencil.png',
|
||||
true,
|
||||
[
|
||||
'class' => $uniq_name.'_toggler',
|
||||
'class' => $uniq_name.'_toggler '.$class,
|
||||
'alt' => __('Custom'),
|
||||
'title' => __('Custom'),
|
||||
'style' => 'width: 18px;'.$style_icon,
|
||||
|
|
Loading…
Reference in New Issue