1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

File Inspector: Added missing glyph "folder_uncalc"

This commit is contained in:
Nick Liu 2020-03-27 17:32:59 -05:00
parent 03dfb5cce3
commit 5eb116142a
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

View File

@ -195,6 +195,7 @@ class file_inspector {
'folder' => array('<i class="fa fa-folder text-success" style="color:#F6EDB0;"></i>'),
'folder_check' => array('<i class="fa fa-folder text-success" style="color:#F6EDB0" ></i>', FC_LAN_24 ),
'folder_fail' => array('<i class="fa fa-folder text-danger" ></i>', FC_LAN_25 ),
'folder_uncalc' => array('<i class="fa fa-folder-o" ></i>', FC_LAN_24 ),
'folder_missing' => array('<i class="fa fa-folder-o text-danger" ></i>', FC_LAN_26 ),
'folder_warning' => array('<i class="fa fa-folder text-warning" ></i>'),
'folder_old' => array('<i class="fa fa-folder-o text-warning" ></i>', FC_LAN_27 ),