Add FRU filter option to Module Inventory Report

This commit is contained in:
Oliver Gorwits
2014-04-09 21:22:56 +01:00
parent 88ad3552c1
commit 10a6e33561
4 changed files with 37 additions and 16 deletions

View File

@@ -59,6 +59,15 @@
[% END %]
</select>
</div>
<div class="clearfix input-prepend">
<label class="add-on">
<input type="checkbox" id="fruonly"
name="fruonly"[% ' checked="checked"' IF params.fruonly %]/>
</label>
<label class="nd_checkboxlabel" for="fruonly">
<span class="nd_searchcheckbox uneditable-input">FRU Only</span>
</label>
</div>
<div class="clearfix input-prepend">
<label class="add-on">
<input type="checkbox" id="matchall"