[#69] Add search by layers to device search

This commit is contained in:
Eric A. Miller
2014-01-26 10:44:27 -05:00
parent d6eafba762
commit 62cf1561e6
4 changed files with 34 additions and 2 deletions

View File

@@ -68,6 +68,15 @@
[% END %]
</select>
</div>
<div class="clearfix">
<select class="nd_side-select" size="3"
multiple="on" name="layers"
rel="tooltip" data-placement="left" data-offset="5" data-title="Layer"/>
[% FOREACH opt IN [ 1 .. 7 ] %]
<option[% ' selected="selected"' IF layers_lkp.exists(opt) %]>[% opt | html_entity %]</option>
[% END %]
</select>
</div>
<div class="clearfix input-prepend">
<label class="add-on">
<input type="checkbox" id="matchall"