summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2015-12-27 21:06:47 -0800
committerStephen Beaver <sbeaver@netgate.com>2015-12-28 08:43:34 -0500
commitf2c6628ae4d737e5275a3883d7d639feb4f2dbbb (patch)
tree27e67da34ed4859552287f74bd381dff7b05b854 /src/usr/local/www/pkg_mgr.php
parent15646fc77aecd48cd6305f147167b8f11a8a4675 (diff)
downloadpfsense-f2c6628ae4d737e5275a3883d7d639feb4f2dbbb.zip
pfsense-f2c6628ae4d737e5275a3883d7d639feb4f2dbbb.tar.gz
HTML Compliance - System / Package Manager / Available Packages
Bad value #search-panel .panel-body for attribute href on element a: Illegal character in fragment: space is not allowed. <a data-toggle="collapse" href="#search-panel .panel-body" name="search-panel"> The name attribute is obsolete. Consider putting an id attribute on the nearest container instead. <a data-toggle="collapse" href="#search-panel .panel-body" name="search-panel"> Bad value button for attribute type on element a: Subtype missing. <a id="btnsearch" type="button" title="Search" class="btn btn-primary btn-sm">Search <a id="btnclear" type="button" title="Clear" class="btn btn-default btn-sm">Clear
Diffstat (limited to 'src/usr/local/www/pkg_mgr.php')
-rw-r--r--src/usr/local/www/pkg_mgr.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/pkg_mgr.php b/src/usr/local/www/pkg_mgr.php
index 183db98..669cebd 100644
--- a/src/usr/local/www/pkg_mgr.php
+++ b/src/usr/local/www/pkg_mgr.php
@@ -140,12 +140,12 @@ if (!$pkg_info || !is_array($pkg_info)):
<div class="panel panel-default" id="search-panel">
<div class="panel-heading"><?=gettext('Search')?>
<span class="widget-heading-icon pull-right">
- <a data-toggle="collapse" href="#search-panel .panel-body" name="search-panel">
+ <a data-toggle="collapse" href="#search-panel_panel-body">
<i class="fa fa-plus-circle"></i>
</a>
</span>
</div>
- <div class="panel-body collapse in">
+ <div id='search-panel_panel-body' class="panel-body collapse in">
<div class="form-group">
<label class="col-sm-2 control-label">
Search term
@@ -159,8 +159,8 @@ if (!$pkg_info || !is_array($pkg_info)):
</select>
</div>
<div class="col-sm-3">
- <a id="btnsearch" type="button" title="<?=gettext("Search")?>" class="btn btn-primary btn-sm"><?=gettext("Search")?></a>
- <a id="btnclear" type="button" title="<?=gettext("Clear")?>" class="btn btn-default btn-sm"><?=gettext("Clear")?></a>
+ <a id="btnsearch" title="<?=gettext("Search")?>" class="btn btn-primary btn-sm"><?=gettext("Search")?></a>
+ <a id="btnclear" title="<?=gettext("Clear")?>" class="btn btn-default btn-sm"><?=gettext("Clear")?></a>
</div>
<div class="col-sm-10 col-sm-offset-2">
<span class="help-block">Enter a search string or *nix regular expression to search package names and descriptions.</span>
OpenPOWER on IntegriCloud