mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +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(
|
'content' => html_print_image(
|
||||||
'images/event-history.svg',
|
'images/event-history.svg',
|
||||||
true,
|
true,
|
||||||
[ 'class' => 'main_menu_icon' ]
|
[
|
||||||
|
'title' => __('Event history'),
|
||||||
|
'class' => 'main_menu_icon forced_title',
|
||||||
|
]
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
true
|
true
|
||||||
@ -1268,7 +1271,7 @@ if (check_login()) {
|
|||||||
'images/module-graph.svg',
|
'images/module-graph.svg',
|
||||||
true,
|
true,
|
||||||
[
|
[
|
||||||
'title' => $module['nombre'],
|
'title' => __('Module graph'),
|
||||||
'class' => 'main_menu_icon forced_title',
|
'class' => 'main_menu_icon forced_title',
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
@ -1287,7 +1290,10 @@ if (check_login()) {
|
|||||||
'content' => html_print_image(
|
'content' => html_print_image(
|
||||||
'images/simple-value.svg',
|
'images/simple-value.svg',
|
||||||
true,
|
true,
|
||||||
[ 'class' => 'main_menu_icon' ]
|
[
|
||||||
|
'title' => __('Module detail'),
|
||||||
|
'class' => 'main_menu_icon forced_title',
|
||||||
|
]
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
true
|
true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user