summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2015-12-16 03:56:45 -0800
committerNOYB <Al_Stu@Frontier.com>2015-12-16 03:56:45 -0800
commit06763615d0993216d711ca2a4461890b2963af3f (patch)
tree22e4d79ae4997e1b556110fc223b2d38a1609081 /src
parent6b55a30f4b202d9593878a1e9ccc89e31792e311 (diff)
downloadpfsense-06763615d0993216d711ca2a4461890b2963af3f.zip
pfsense-06763615d0993216d711ca2a4461890b2963af3f.tar.gz
HTML Compliance - Services Status Widget
Attribute height not allowed on element select at this point. The for attribute of the label element must refer to a non-hidden form control. '<label for="inputPassword3" class="col-sm-3 control-label">Hidden services</label>' Can't find an "inputPassword3" form element this binds too. Maybe it's a placeholder for future feature. Leaving it for now.
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/widgets/widgets/services_status.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/services_status.widget.php b/src/usr/local/www/widgets/widgets/services_status.widget.php
index 170ea24..173629e 100644
--- a/src/usr/local/www/widgets/widgets/services_status.widget.php
+++ b/src/usr/local/www/widgets/widgets/services_status.widget.php
@@ -129,7 +129,7 @@ if (count($services) > 0) {
<div class="form-group">
<label for="inputPassword3" class="col-sm-3 control-label">Hidden services</label>
<div class="col-sm-6">
- <select multiple id="servicestatusfilter" name="servicestatusfilter[]" class="form-control" height="5">
+ <select multiple id="servicestatusfilter" name="servicestatusfilter[]" class="form-control">
<?php foreach ($services as $service): ?>
<option <?=(in_array($service['name'], $skipservices)?'selected':'')?>><?=$service['name']?></option>
<?php endforeach; ?>
OpenPOWER on IntegriCloud