summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-01 12:19:03 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-01 12:20:12 -0400
commita80b4a2291ee38af77e2c48b270bf9b3d509f483 (patch)
tree0d9d525278f6626c0facf3fe8637133c3e09e90c /src/usr/local/www/head.inc
parent2752a9442847700c82383d32e7166582dda023b2 (diff)
downloadpfsense-a80b4a2291ee38af77e2c48b270bf9b3d509f483.zip
pfsense-a80b4a2291ee38af77e2c48b270bf9b3d509f483.tar.gz
Coded a new system for displaying tables of input elements with jQuery providing
Delete/Add/Move functionality without breaking the inputs. See pfWiki for details
Diffstat (limited to 'src/usr/local/www/head.inc')
-rwxr-xr-xsrc/usr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 5316ee2..d3309d9 100755
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -323,7 +323,7 @@ if(! $g['disablehelpmenu']) {
<ul class="dropdown-menu" role="menu"><?=output_menu($item['menu'], $item['href'])?></ul>
</li>
<?php endforeach?>
- <?php if(are_notices_pending()):?>
+ <?php if(false ): ?> // 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")?>
OpenPOWER on IntegriCloud