summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/shortcuts.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-11-23 16:06:32 -0500
committerjim-p <jimp@pfsense.org>2015-11-23 16:06:49 -0500
commit9c96aba446ef00dad8a8283b8219812528713bf1 (patch)
tree88f05d6c0b283ca89de12bba95ef70b0f08425fb /src/usr/local/www/shortcuts.inc
parent0f26fc5a3fd730bf8ab006513389e6ddb1fff516 (diff)
downloadpfsense-9c96aba446ef00dad8a8283b8219812528713bf1.zip
pfsense-9c96aba446ef00dad8a8283b8219812528713bf1.tar.gz
Small adjustments to shortcut icons/text
Diffstat (limited to 'src/usr/local/www/shortcuts.inc')
-rw-r--r--src/usr/local/www/shortcuts.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/shortcuts.inc b/src/usr/local/www/shortcuts.inc
index b2d021c..350733d 100644
--- a/src/usr/local/www/shortcuts.inc
+++ b/src/usr/local/www/shortcuts.inc
@@ -124,7 +124,7 @@ function get_shortcut_main_link($shortcut_section, $addspace = true, $service =
break;
}
if (!empty($link) && ($_SERVER['REQUEST_URI'] != "/{$link}")) {
- return "{$space}<a href=\"{$link}\" title=\"" . gettext("Main page for this section") . "\"><i class=\"fa fa-plus-circle\"></i></a>";
+ return "{$space}<a href=\"{$link}\" title=\"" . gettext("Related settings") . "\"><i class=\"fa fa-sliders\"></i></a>";
}
}
@@ -152,7 +152,7 @@ function get_shortcut_status_link($shortcut_section, $addspace = true, $service
break;
}
if (!empty($link)) {
- return "{$space}<a href=\"{$link}\" title=\"" . gettext("Status of items on this page") . "\"><i class=\"fa fa-cog\"></i></a>";
+ return "{$space}<a href=\"{$link}\" title=\"" . gettext("Related status") . "\"><i class=\"fa fa-cog\"></i></a>";
}
}
@@ -160,7 +160,7 @@ function get_shortcut_log_link($shortcut_section, $addspace = true) {
global $g, $shortcuts;
$space = ($addspace) ? "&nbsp;" : "" ;
if (!empty($shortcut_section) && !empty($shortcuts[$shortcut_section]['log'])) {
- return "{$space}<a href=\"{$shortcuts[$shortcut_section]['log']}\" title=\"" . gettext("Log entries for items on this page") . "\"><i class=\"fa fa-list-alt\"></i></a>";
+ return "{$space}<a href=\"{$shortcuts[$shortcut_section]['log']}\" title=\"" . gettext("Related log entries") . "\"><i class=\"fa fa-list-alt\"></i></a>";
}
}
OpenPOWER on IntegriCloud