From 8fd4bb9c58c06fc3e299e35a42250d7172ee8657 Mon Sep 17 00:00:00 2001 From: NOYB Date: Tue, 16 Feb 2016 23:49:41 -0800 Subject: 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. --- src/usr/local/www/status_logs_common.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/usr') 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' ); -- cgit v1.1