mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#11287 Fix title icons
This commit is contained in:
parent
d12d98d458
commit
964c1f3142
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user