summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-01-20 19:43:33 -0800
committerNOYB <Al_Stu@Frontier.com>2016-01-20 19:43:33 -0800
commit643bfab89c2778293068ba72c4e503176e11a83e (patch)
tree1fd5a2aa48d0ae0cbf9ec157fa6d85aebfe73ce8 /src/usr
parent069442e7c92a4b31bfdac54335e86dd410dd0a49 (diff)
downloadpfsense-643bfab89c2778293068ba72c4e503176e11a83e.zip
pfsense-643bfab89c2778293068ba72c4e503176e11a83e.tar.gz
Use icons instead of text.
Shorten titles to be more consistent with other title bar shortcuts and also match the option setting title.
Diffstat (limited to 'src/usr')
-rwxr-xr-xsrc/usr/local/www/head.inc12
-rw-r--r--src/usr/local/www/system.php2
2 files changed, 7 insertions, 7 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index ab83741..cd9e453 100755
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -464,24 +464,24 @@ if (($pagename === "index.php") && ($numColumns > 2)) {
<?php if ($dashboard_available_widgets_hidden): ?>
<li>
- <a onclick="$('#widget-available').toggle(360);" title="<?=gettext("Show/Hide available widgets panel")?>">
- <i style="cursor:pointer"><?=gettext("Widgets");?></i>
+ <a onclick="$('#widget-available').toggle(360);" title="<?=gettext("Available Widgets")?>">
+ <i style="cursor:pointer" class="fa fa-plus"></i>
</a>
</li>
<?php endif?>
<?php if ($system_logs_filter_form_hidden): ?>
<li>
- <a onclick="$('#filter-form').toggle(360)" title="<?=gettext("Show/Hide log filter panel")?>">
- <i style="cursor:pointer"><?=gettext("Filter");?></i>
+ <a onclick="$('#filter-form').toggle(360)" title="<?=gettext("Log Filter")?>">
+ <i style="cursor:pointer" class="fa fa-filter"></i>
</a>
</li>
<?php endif ?>
<?php if ($system_logs_manage_log_form_hidden): ?>
<li>
- <a onclick="$('#manage-log-form').toggle(360)" title="<?=gettext("Show/Hide manage log panel")?>">
- <i style="cursor:pointer"><?=gettext("Manage Log");?></i>
+ <a onclick="$('#manage-log-form').toggle(360)" title="<?=gettext("Manage Log")?>">
+ <i style="cursor:pointer" class="fa fa-wrench"></i>
</a>
</li>
<?php endif ?>
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index b7033d0..d0657d7 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -537,7 +537,7 @@ $group->add(new Form_Checkbox(
$group->add(new Form_Checkbox(
'systemlogsmanagelogpanel',
null,
- 'Manage Logs',
+ 'Manage Log',
$pconfig['systemlogsmanagelogpanel']
))->setHelp('Show the Manage Log panel in System Logs.');
OpenPOWER on IntegriCloud