#11287 Fix title icons

This commit is contained in:
miguel angel rasteu 2023-06-02 12:03:29 +02:00
parent d12d98d458
commit 964c1f3142
1 changed files with 8 additions and 2 deletions

View File

@ -1329,7 +1329,10 @@ if (check_login()) {
'content' => html_print_image(
$imgaction,
true,
[ 'class' => 'main_menu_icon' ]
[
'title' => __('Force remote check'),
'class' => 'main_menu_icon forced_title',
]
),
],
true
@ -1346,7 +1349,10 @@ if (check_login()) {
'content' => html_print_image(
'images/edit.svg',
true,
[ 'class' => 'main_menu_icon' ]
[
'title' => __('Edit configuration'),
'class' => 'main_menu_icon forced_title',
]
),
],
true