From 692168edc14940541fe72a9042dec1684fe25316 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 2 Feb 2017 12:20:02 -0800 Subject: [PATCH] File inspector icon. --- e107_admin/fileinspector.php | 5 ++++- e107_themes/bootstrap3/admin_theme.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/e107_admin/fileinspector.php b/e107_admin/fileinspector.php index 15a40f1af..f2866719d 100644 --- a/e107_admin/fileinspector.php +++ b/e107_admin/fileinspector.php @@ -1552,7 +1552,10 @@ function fileinspector_adminmenu() //FIXME - has problems when navigation is on $var['run']['text'] = FR_LAN_2; $var['run']['link'] = e_SELF."?mode=run"; - e107::getNav()->admin(FC_LAN_1, $_GET['mode'], $var); + $icon = e107::getParser()->toIcon('e-fileinspector-24'); + $caption = $icon."".FC_LAN_1.""; + + e107::getNav()->admin($caption, $_GET['mode'], $var); } function e_help() diff --git a/e107_themes/bootstrap3/admin_theme.php b/e107_themes/bootstrap3/admin_theme.php index 82ab1b7a9..3ff51b528 100644 --- a/e107_themes/bootstrap3/admin_theme.php +++ b/e107_themes/bootstrap3/admin_theme.php @@ -103,7 +103,7 @@ class bootstrap3_admintheme { $class = ' ' . str_replace('_', '-', $mode); } - + if($mode == 'core-infopanel_latest' || $mode == 'core-infopanel_status') { echo '