diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-03-27 13:29:14 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-03-27 13:29:14 +0100 |
| commit | cbdfef7ce1381ee92bd634e42648ddd0645206e4 (patch) | |
| tree | 220b7f6affa6eaef812801b9ecf16151a1551544 /htroot/yacysearchtrailer.html | |
| parent | 36e92e898ffb106904039d0c7011fc0166a49262 (diff) | |
changed protocol facet to show also all other counts if one facet is
selected
Diffstat (limited to 'htroot/yacysearchtrailer.html')
| -rw-r--r-- | htroot/yacysearchtrailer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/yacysearchtrailer.html b/htroot/yacysearchtrailer.html index d352bbe37..8d4ed2219 100644 --- a/htroot/yacysearchtrailer.html +++ b/htroot/yacysearchtrailer.html @@ -81,7 +81,7 @@ <ul class="nav nav-sidebar menugroup"> <li><h3>Protocol Facet</h3></li> #{element}# -<li><a href="#[url]#" class="MenuItemLink"><input type="checkbox" onchange="window.location.href='#[url]#'"#(on)# checked="checked"::#(/on)#/> #[name]# (#[count]#)</a></li> +<li><a href="#[url]#" class="MenuItemLink"><input type="radio" name="protocols" onchange="window.location.href='#[url]#'"#(on)# checked="checked"::#(/on)#/> #[name]# (#[count]#)</a></li> #{/element}#</ul> #(activate)# <script type="text/javascript"> |
