mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
#11287 Fix title icons
This commit is contained in:
parent
e783cd6f29
commit
d12d98d458
@ -1252,7 +1252,10 @@ if (check_login()) {
|
||||
'content' => html_print_image(
|
||||
'images/event-history.svg',
|
||||
true,
|
||||
[ 'class' => 'main_menu_icon' ]
|
||||
[
|
||||
'title' => __('Event history'),
|
||||
'class' => 'main_menu_icon forced_title',
|
||||
]
|
||||
),
|
||||
],
|
||||
true
|
||||
@ -1268,7 +1271,7 @@ if (check_login()) {
|
||||
'images/module-graph.svg',
|
||||
true,
|
||||
[
|
||||
'title' => $module['nombre'],
|
||||
'title' => __('Module graph'),
|
||||
'class' => 'main_menu_icon forced_title',
|
||||
]
|
||||
),
|
||||
@ -1287,7 +1290,10 @@ if (check_login()) {
|
||||
'content' => html_print_image(
|
||||
'images/simple-value.svg',
|
||||
true,
|
||||
[ 'class' => 'main_menu_icon' ]
|
||||
[
|
||||
'title' => __('Module detail'),
|
||||
'class' => 'main_menu_icon forced_title',
|
||||
]
|
||||
),
|
||||
],
|
||||
true
|
||||
|
Loading…
x
Reference in New Issue
Block a user