summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_filemanager.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-07 13:56:51 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-07 13:56:51 -0500
commit3568193009b7c2b5bde38e913f6e87dfa9265a12 (patch)
treee2445847e89928f68d3aff40377f951fb9460416 /src/usr/local/www/services_captiveportal_filemanager.php
parent6ac8623c18029152d119a43e50623c259f62f013 (diff)
downloadpfsense-3568193009b7c2b5bde38e913f6e87dfa9265a12.zip
pfsense-3568193009b7c2b5bde38e913f6e87dfa9265a12.tar.gz
Change the automatic information block to look for <div class="infoblock" instrad of <div id="infoblock"
Just makes more sense to use a class for this
Diffstat (limited to 'src/usr/local/www/services_captiveportal_filemanager.php')
-rw-r--r--src/usr/local/www/services_captiveportal_filemanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_captiveportal_filemanager.php b/src/usr/local/www/services_captiveportal_filemanager.php
index 9ef63c8..56dbd73 100644
--- a/src/usr/local/www/services_captiveportal_filemanager.php
+++ b/src/usr/local/www/services_captiveportal_filemanager.php
@@ -271,7 +271,7 @@ endif;
// The notes displayed on the page are large, the page content comparitively small. A "Note" button
// is provided so that you only see the notes if you ask for them
?>
-<div id="infoblock" class="panel panel-default">
+<div class="infoblock" class="panel panel-default">
<div class="panel-heading"><h2 class="panel-title">Notes</h2></div>
<div class="panel-body">
<?=gettext("Any files that you upload here with the filename prefix of captiveportal- will " .
OpenPOWER on IntegriCloud