We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cff15 commit 301b83bCopy full SHA for 301b83b
manager/media/style/default/style.php
@@ -138,7 +138,7 @@
138
$_style['icons_delete_document'] = $style_path.'icons/trash.png';
139
//locks
140
$_style['icons_preview_resource'] = $style_path.'icons/eye.png';//$style_path.'icons/eye.png';
141
-$_style['icons_secured'] = "<i class='fa fa-lock'></i>";//$style_path.'icons/lock.png';
+$_style['icons_secured'] = "fa fa-lock";//$style_path.'icons/lock.png';
142
143
//file manager icons
144
$_style['files_save'] = 'fa fa-floppy-o';
0 commit comments