summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-03-18 12:29:53 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-03-18 12:30:25 -0400
commitcee365e65979d4602ec161066ed177449485fab0 (patch)
treef7d90d1307a425db038656fe61850ebbac79323a /src/usr/local/www/head.inc
parent7468ce30d455248c848cc1ef3f7c0a69009a258f (diff)
downloadpfsense-cee365e65979d4602ec161066ed177449485fab0.zip
pfsense-cee365e65979d4602ec161066ed177449485fab0.tar.gz
Suppress dashboard save icon until needed.
Diffstat (limited to 'src/usr/local/www/head.inc')
-rw-r--r--src/usr/local/www/head.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 3d7a159..badc788 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -509,8 +509,7 @@ if (($pagename === "index.php") && ($numColumns > 2)) {
<?php if (isset($widgets)): ?>
<li>
- <!-- <a href="#" title="<?=gettext("Save dashboard layout")?>" id="btnstore" class="invisible"> -->
- <a href="#" title="<?=gettext("Save dashboard layout")?>" id="btnstore">
+ <a href="#" title="<?=gettext("Save dashboard layout")?>" id="btnstore" class="invisible">
<i class="fa fa-save icon-pointer"></i>
</a>
</li>
OpenPOWER on IntegriCloud