summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-10-20 13:39:40 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-10-20 13:41:01 -0400
commitbf69f2f84efa01ba86ea9ff01d1b0e245212bae3 (patch)
tree299c8b0e204e314ccf8639abf89f4c43458b09d0 /src
parent3f0b8a959dd6109b29379f9fb93d392bcd57e15b (diff)
downloadpfsense-bf69f2f84efa01ba86ea9ff01d1b0e245212bae3.zip
pfsense-bf69f2f84efa01ba86ea9ff01d1b0e245212bae3.tar.gz
Fixed #5236
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/local/www/foot.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/local/www/foot.inc b/src/usr/local/www/foot.inc
index 500474f..5b84e0c 100755
--- a/src/usr/local/www/foot.inc
+++ b/src/usr/local/www/foot.inc
@@ -12,9 +12,11 @@
<footer class="footer">
<div class="container">
<p class="text-muted">
+ <a href="#" title="<?=gettext('Top of page')?>"><i class="icon icon-arrow-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 href="#" title="<?=gettext('Top of page')?>"><i class="icon icon-arrow-up pull-right"></i></a>
</p>
</div>
</footer>
@@ -24,5 +26,6 @@
<script src="/bootstrap/js/bootstrap.min.js"></script>
<script src="/jquery/pfSense.js"></script>
<script src="/jquery/pfSenseHelpers.js"></script>
+
</body>
-</html> \ No newline at end of file
+</html>
OpenPOWER on IntegriCloud