summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.comm>2015-08-31 01:16:15 +0200
committerjim-p <jimp@pfsense.org>2015-09-02 14:03:15 -0400
commit498404473b6db60e20e2d192ae147970000cf55d (patch)
treed1c944b93430c0fef2e5c97388964e038346d6c4 /src/usr/local/www/head.inc
parent0fc0ef918a8390655d70af5f75d95d4bfe324013 (diff)
downloadpfsense-498404473b6db60e20e2d192ae147970000cf55d.zip
pfsense-498404473b6db60e20e2d192ae147970000cf55d.tar.gz
bootstrap, small fixes to unbound/dnsmasq edit pages, service icons.
+ FIXME item that prevented lots of pages from loading..
Diffstat (limited to 'src/usr/local/www/head.inc')
-rwxr-xr-xsrc/usr/local/www/head.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index d3309d9..45168cd 100755
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -335,6 +335,8 @@ if(! $g['disablehelpmenu']) {
$modal_notices = new Modal('Notices', 'notices', 'large');
+/*
+FIXME: addFooter does not exist
$modal_notices->addFooter(new Form_Button(
'close',
'Close',
@@ -346,7 +348,7 @@ if(! $g['disablehelpmenu']) {
'Mark all as read',
'/?closenotice=all'
))->addClass('btn-primary')->removeClass('btn-default');
-
+*/
$noticeCategories = $notice['category'];
foreach($notices as $time => $notice) {
if (!isset($noticeCategories[$notice['category']])) {
@@ -369,7 +371,10 @@ if(! $g['disablehelpmenu']) {
}
$html .= '</ul>';
}
+/*
+FIXME: addHtml does not exist
$modal_notices->addHtml($html);
+*/
print $modal_notices;
endif;
OpenPOWER on IntegriCloud