summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-08-11 14:46:33 -0400
committerjim-p <jimp@pfsense.org>2012-08-11 14:46:33 -0400
commit7f4a799816d6d9bc176328ae50cc882b2aabd69c (patch)
tree78b9ec10b9bf5bb372669db0d2fd97c8afe0d492 /usr/local/www/fbegin.inc
parente38d34b45f79a049408997c3183f5be182111fbc (diff)
downloadpfsense-7f4a799816d6d9bc176328ae50cc882b2aabd69c.zip
pfsense-7f4a799816d6d9bc176328ae50cc882b2aabd69c.tar.gz
Add/use some more similarly styled icons here, for a more consistent look.
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc9
1 files changed, 6 insertions, 3 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index d784d81..f5ba888 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -407,13 +407,16 @@ if (!$hide_service_status && !empty($shortcuts[$shortcut_section]['service'])) {
}
} ?>
<?php if(!empty($shortcut_section) && !empty($shortcuts[$shortcut_section]['status'])): ?>
-<a href="<?php echo $shortcuts[$shortcut_section]['status']; ?>" title="<?php echo gettext("Status of items on this page."); ?>"><img style="vertical-align:middle" src="/themes/<?php echo $g['theme']; ?>/images/status.png" border="0"></a>
+
+<a href="<?php echo $shortcuts[$shortcut_section]['status']; ?>" title="<?php echo gettext("Status of items on this page."); ?>"><img style="vertical-align:middle" src="/themes/<?php echo $g['theme']; ?>/images/icons/icon_service_status.gif" border="0"></a>
<?php endif; ?>
<?php if(!empty($shortcut_section) && !empty($shortcuts[$shortcut_section]['log'])): ?>
-<a href="<?php echo $shortcuts[$shortcut_section]['log']; ?>" title="<?php echo gettext("Log entries for items on this page."); ?>"><img style="vertical-align:middle" src="/themes/<?php echo $g['theme']; ?>/images/log.png" border="0"></a>
+
+<a href="<?php echo $shortcuts[$shortcut_section]['log']; ?>" title="<?php echo gettext("Log entries for items on this page."); ?>"><img style="vertical-align:middle" src="/themes/<?php echo $g['theme']; ?>/images/icons/icon_logs.gif" border="0"></a>
<?php endif; ?>
<?php if(! $g['disablehelpicon']): ?>
-<a href="<?php echo $helpurl; ?>" title="<?php echo gettext("Help for items on this page."); ?>"><img style="vertical-align:middle" src="/themes/<?php echo $g['theme']; ?>/images/help.png" border="0"></a>
+
+<a href="<?php echo $helpurl; ?>" title="<?php echo gettext("Help for items on this page."); ?>"><img style="vertical-align:middle" src="/themes/<?php echo $g['theme']; ?>/images/icons/icon_help.gif" border="0"></a>
<?php endif; ?>
</span>
</div>
OpenPOWER on IntegriCloud