summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-11-30 11:36:34 -0600
committerJared Dillard <jdillard@netgate.com>2015-11-30 11:40:58 -0600
commit2617a1bc2fd3c56f652664397d0eacd52fdb2654 (patch)
treeb0d2676aa79cba8f9474265b9a4fdb4f78f2fdc2 /src
parent2587570f7c503ed24fe4d1f959148bca2edd8c1e (diff)
downloadpfsense-2617a1bc2fd3c56f652664397d0eacd52fdb2654.zip
pfsense-2617a1bc2fd3c56f652664397d0eacd52fdb2654.tar.gz
make notices in the navbar an icon
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/local/www/head.inc11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 944bedb..a2b7e20 100755
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -421,13 +421,14 @@ if (isset($config['system']['webgui']['webguifixedmenu'])) {
<?php if (are_notices_pending()):?>
<?php $notices = get_notices()?>
<li class="dropdown">
- <a href="#" data-toggle="modal" data-target="#notices" role="button" aria-expanded="false"><?=gettext("Notices")?>
- <span class="badge"><?=count($notices)?></span>
+ <a href="#" data-toggle="modal" data-target="#notices" role="button" aria-expanded="false">
+ <i class="fa fa-bell text-danger" title="<?=gettext("Notices")?>"></i>
+ <span class="badge bg-danger"><?=count($notices)?></span>
</a>
</li>
-<?php
- endif;
-?>
+ <?php
+ endif;
+ ?>
</ul>
</div>
</div>
OpenPOWER on IntegriCloud