summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-08-10 13:58:04 -0400
committerjim-p <jimp@pfsense.org>2012-08-10 13:58:04 -0400
commitf4daf025d929b8ba60e602f56bd3b483eaed35cd (patch)
tree67658ffe4ffa9542f3d45e9b55334130889758f2 /usr/local/www/fbegin.inc
parent79696deabbcdd0fd4f7cec2e2e74690a5b60ad91 (diff)
downloadpfsense-f4daf025d929b8ba60e602f56bd3b483eaed35cd.zip
pfsense-f4daf025d929b8ba60e602f56bd3b483eaed35cd.tar.gz
Print service title in tooltip for shortcut bar
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index cc205cd..edd4592 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -392,7 +392,7 @@ function add_to_menu($url, $name) {
if (!$hide_service_status && !empty($shortcuts[$shortcut_section]['service'])) {
$ssvc = find_service_by_name($shortcuts[$shortcut_section]['service']);
echo get_service_status_icon($ssvc, false);
- echo get_service_control_links($ssvc);
+ echo get_service_control_links($ssvc, true);
} ?>
<?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>
OpenPOWER on IntegriCloud