summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_logs_common.inc
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-02-16 23:49:41 -0800
committerNOYB <Al_Stu@Frontier.com>2016-02-16 23:49:41 -0800
commit8fd4bb9c58c06fc3e299e35a42250d7172ee8657 (patch)
tree7ae55842dcb4200dc56a8b2f6b31acad97824afe /src/usr/local/www/status_logs_common.inc
parentcfc44298e83a0225a2e9f0c0aa333f85630ab763 (diff)
downloadpfsense-8fd4bb9c58c06fc3e299e35a42250d7172ee8657.zip
pfsense-8fd4bb9c58c06fc3e299e35a42250d7172ee8657.tar.gz
Status / System Logs - Associated Panels - Remove Icon Text Buffer Space
The space that was being inserted as a buffer between button icon and text is no longer necessary. Recently addressed in css.
Diffstat (limited to 'src/usr/local/www/status_logs_common.inc')
-rw-r--r--src/usr/local/www/status_logs_common.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/local/www/status_logs_common.inc b/src/usr/local/www/status_logs_common.inc
index 6253c8a..3cc9157 100644
--- a/src/usr/local/www/status_logs_common.inc
+++ b/src/usr/local/www/status_logs_common.inc
@@ -299,7 +299,7 @@ function filter_form_system() {
$btnsubmit = new Form_Button(
'filterlogentries_submit',
- ' ' . gettext('Apply Filter'),
+ gettext('Apply Filter'),
null,
'fa-filter'
);
@@ -328,7 +328,7 @@ function filter_form_system() {
$btnsubmit = new Form_Button(
'filtersubmit',
- ' ' . gettext('Apply Filter'),
+ gettext('Apply Filter'),
null,
'fa-filter'
);
@@ -507,7 +507,7 @@ function filter_form_firewall() {
$btnsubmit = new Form_Button(
'filterlogentries_submit',
- ' ' . gettext('Apply Filter'),
+ gettext('Apply Filter'),
null,
'fa-filter'
);
@@ -547,7 +547,7 @@ function filter_form_firewall() {
$btnsubmit = new Form_Button(
'filtersubmit',
- ' ' . gettext('Apply Filter'),
+ gettext('Apply Filter'),
null,
'fa-filter'
);
@@ -958,7 +958,7 @@ function manage_log_section() {
$btnsavesettings = new Form_Button(
'save_settings',
- ' ' . gettext('Save'),
+ gettext('Save'),
null,
'fa-save'
);
@@ -973,7 +973,7 @@ function manage_log_section() {
$btnclear = new Form_Button(
'clear',
- ' ' . gettext('Clear log'),
+ gettext('Clear log'),
null,
'fa-trash'
);
OpenPOWER on IntegriCloud