summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/foot.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-10-27 10:37:12 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-10-27 10:37:12 -0400
commit974eb0e4d8a195e6b6d4986214379bd93dbd5d8c (patch)
tree41453f6b82599046679f55eea76698e594ba3a26 /src/usr/local/www/foot.inc
parent0bc61baaa862ad58171fcfde07be91db9245145c (diff)
downloadpfsense-974eb0e4d8a195e6b6d4986214379bd93dbd5d8c.zip
pfsense-974eb0e4d8a195e6b6d4986214379bd93dbd5d8c.tar.gz
Changed "Scroll to top of page" icons to more suitable icon from font-awesome
Diffstat (limited to 'src/usr/local/www/foot.inc')
-rwxr-xr-xsrc/usr/local/www/foot.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/foot.inc b/src/usr/local/www/foot.inc
index 52f459e..c3991ab 100755
--- a/src/usr/local/www/foot.inc
+++ b/src/usr/local/www/foot.inc
@@ -12,11 +12,11 @@
<footer class="footer">
<div class="container">
<p class="text-muted">
- <a id="tpl" style="display: none;" href="#" title="<?=gettext('Top of page')?>"><i class="icon icon-arrow-up pull-left"></i></a>
+ <a id="tpl" style="display: none;" href="#" title="<?=gettext('Top of page')?>"><i class="fa fa-caret-square-o-up pull-left"></i></a>
<a target="_blank" href="<?=$g['product_website_footer']?>"><?=$g['product_name']?></a> is &copy;
<?=$g['product_copyright_years']?> by <a href="<?=$g['product_copyright_url']?>" class="tblnk"><?=$g['product_copyright']?></a>. All Rights Reserved.
[<a href="/license.php" class="tblnk">view license</a>]
- <a id="tpr" style="display: none;" href="#" title="<?=gettext('Top of page')?>"><i class="icon icon-arrow-up pull-right"></i></a></span>
+ <a id="tpr" style="display: none;" href="#" title="<?=gettext('Top of page')?>"><i class="fa fa-caret-square-o-up pull-right"></i></a></span>
</p>
</div>
</footer>
OpenPOWER on IntegriCloud