File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ public static function header($title) {
96
96
echo '<ul class="plugin_formcreator_services"> ' ;
97
97
echo '<li class=" ' . ($ activeMenuItem == self ::MENU_CATALOG ? 'plugin_formcreator_selectedMenuItem ' : '' ) . '"> ' ;
98
98
echo '<a href=" ' . $ CFG_GLPI ["root_doc " ].'/plugins/formcreator/front/wizard.php ' . '"> ' ;
99
- echo '<span class="fa fa-paper-plane-o fc_list_icon" title=" ' .__ ('Seek assistance ' , 'formcreator ' ).'"></span> ' ;
99
+ echo '<span class="fa fa-paper-plane fc_list_icon" title=" ' .__ ('Seek assistance ' , 'formcreator ' ).'"></span> ' ;
100
100
echo '<span class="label"> ' .__ ('Seek assistance ' , 'formcreator ' ).'</span> ' ;
101
101
echo '</a></li> ' ;
102
102
@@ -115,7 +115,7 @@ public static function header($title) {
115
115
if ($ found_available_res ['cpt ' ] > 0 ) {
116
116
echo '<li class=" ' . ($ activeMenuItem == self ::MENU_RESERVATIONS ? 'plugin_formcreator_selectedMenuItem ' : '' ) . '"> ' ;
117
117
echo '<a href=" ' . $ CFG_GLPI ["root_doc " ].'/plugins/formcreator/front/reservationitem.php ' . '"> ' ;
118
- echo '<span class="fa fa-calendar-check-o fc_list_icon" title=" ' .__ ('Book an asset ' , 'formcreator ' ).'"></span> ' ;
118
+ echo '<span class="fa fa-calendar-check fa-calendar-check -o fc_list_icon" title=" ' .__ ('Book an asset ' , 'formcreator ' ).'"></span> ' ;
119
119
echo '<span class="label"> ' .__ ('Book an asset ' , 'formcreator ' ).'</span> ' ;
120
120
echo '</a></li> ' ;
121
121
}
You can’t perform that action at this time.
0 commit comments