|
|
|
@ -16,18 +16,33 @@
|
|
|
|
|
<div class="panel-body">
|
|
|
|
|
<form role="form" component="flags/filters">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label for="reporterId">[[flags:filter-reporterId]]</label>
|
|
|
|
|
<input type="number" class="form-control" id="reporterId" name="reporterId" min="0" />
|
|
|
|
|
<label for="filter-state">[[flags:filter-state]]</label>
|
|
|
|
|
<select class="form-control" id="filter-state" name="state">
|
|
|
|
|
<option value="open">[[flags:state-open]]</option>
|
|
|
|
|
<option value="wip">[[flags:state-wip]]</option>
|
|
|
|
|
<option value="resolved">[[flags:state-resolved]]</option>
|
|
|
|
|
<option value="rejected">[[flags:state-rejected]]</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label for="type">[[flags:filter-type]]</label>
|
|
|
|
|
<select class="form-control" id="type" name="type">
|
|
|
|
|
<label for="filter-type">[[flags:filter-type]]</label>
|
|
|
|
|
<select class="form-control" id="filter-type" name="type">
|
|
|
|
|
<option value="">[[flags:filter-type-all]]</option>
|
|
|
|
|
<option value="post">[[flags:filter-type-post]]</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label for="filter-assignee">[[flags:filter-assignee]]</label>
|
|
|
|
|
<input type="number" class="form-control" id="filter-assignee" name="assignee" min="0" />
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label for="filter-reporterId">[[flags:filter-reporterId]]</label>
|
|
|
|
|
<input type="number" class="form-control" id="filter-reporterId" name="reporterId" min="0" />
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-primary btn-block">[[flags:apply-filters]]</button>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|