summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-01-31 19:13:02 -0800
committerNOYB <Al_Stu@Frontier.com>2016-01-31 19:13:02 -0800
commit20e108e0638d529fe8923001d09c396b8780afe4 (patch)
treec343ba721d830948e411e6414c6583574ef98520 /src
parent43af588261c440ec165b6c0225c07f4da6e4b912 (diff)
downloadpfsense-20e108e0638d529fe8923001d09c396b8780afe4.zip
pfsense-20e108e0638d529fe8923001d09c396b8780afe4.tar.gz
Remove Non-Existent Class - help-icon
Remove non-existent help-icon class statements from index and head.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/local/www/head.inc2
-rw-r--r--src/usr/local/www/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 015b3f9..515a6d6 100755
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -520,7 +520,7 @@ echo '<li>'. get_shortcut_log_link($shortcut_section, false). '</li>';
?>
<?php if (!$g['disablehelpicon']): ?>
<li>
- <a href="<?=$helpurl?>" target="_blank" title="<?=gettext("Help for items on this page")?>" class="help-icon">
+ <a href="<?=$helpurl?>" target="_blank" title="<?=gettext("Help for items on this page")?>">
<i class="fa fa-question-circle"></i>
</a>
</li>
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index 0dbf149..25a6a57 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -489,7 +489,7 @@ events.push(function() {
});
- $('.context-links li:last').prev('li').html('<a href="#" class=help-icon" title="<?=gettext("Save dashboard layout")?>" id="btnstore"><i class="fa fa-save"></i></a>');
+ $('.context-links li:last').prev('li').html('<a href="#" title="<?=gettext("Save dashboard layout")?>" id="btnstore"><i class="fa fa-save"></i></a>');
$('#btnstore').click(function() {
updateWidgets();
OpenPOWER on IntegriCloud