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) {
9696 echo '<ul class="plugin_formcreator_services"> ' ;
9797 echo '<li class=" ' . ($ activeMenuItem == self ::MENU_CATALOG ? 'plugin_formcreator_selectedMenuItem ' : '' ) . '"> ' ;
9898 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> ' ;
100100 echo '<span class="label"> ' .__ ('Seek assistance ' , 'formcreator ' ).'</span> ' ;
101101 echo '</a></li> ' ;
102102
@@ -115,7 +115,7 @@ public static function header($title) {
115115 if ($ found_available_res ['cpt ' ] > 0 ) {
116116 echo '<li class=" ' . ($ activeMenuItem == self ::MENU_RESERVATIONS ? 'plugin_formcreator_selectedMenuItem ' : '' ) . '"> ' ;
117117 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> ' ;
119119 echo '<span class="label"> ' .__ ('Book an asset ' , 'formcreator ' ).'</span> ' ;
120120 echo '</a></li> ' ;
121121 }
You can’t perform that action at this time.
0 commit comments