Lines 1103-1116
Link Here
|
1103 |
<h4 class="local_collapse"><a href="#" data-target="suggestion_information">Suggestion information</a></h4> |
1103 |
<h4 class="local_collapse"><a href="#" data-target="suggestion_information">Suggestion information</a></h4> |
1104 |
<fieldset class="brief" id="suggestion_information"> |
1104 |
<fieldset class="brief" id="suggestion_information"> |
1105 |
<ol> |
1105 |
<ol> |
1106 |
<li> |
|
|
1107 |
<label for="archived" style="display: inline;">Include archived:</label> |
1108 |
[% IF filter_archived %] |
1109 |
<input type="checkbox" id="archived" value="1" name="filter_archived" checked="checked" title="Include archived suggestions in the search" /> |
1110 |
[% ELSE %] |
1111 |
<input type="checkbox" id="archived" value="1" name="filter_archived" title="Include archived suggestions in the search" /> |
1112 |
[% END %] |
1113 |
</li> |
1114 |
<li> |
1106 |
<li> |
1115 |
<label for="STATUS[% loop.index | html %]"> Status:</label> |
1107 |
<label for="STATUS[% loop.index | html %]"> Status:</label> |
1116 |
<select name="STATUS" id="STATUS[% loop.index | html %]"> |
1108 |
<select name="STATUS" id="STATUS[% loop.index | html %]"> |
Lines 1252-1257
Link Here
|
1252 |
<input type="submit" value="Go" /> |
1244 |
<input type="submit" value="Go" /> |
1253 |
</fieldset> |
1245 |
</fieldset> |
1254 |
</fieldset> <!-- /#acquisition_information --> |
1246 |
</fieldset> <!-- /#acquisition_information --> |
|
|
1247 |
<div id="filter_archived_information"> |
1248 |
<ol> |
1249 |
<li> |
1250 |
<label for="archived" style="display: inline;">Include archived:</label> |
1251 |
[% IF filter_archived %] |
1252 |
<input type="checkbox" id="archived" value="1" name="filter_archived" checked="checked" title="Include archived suggestions in the search" /> |
1253 |
[% ELSE %] |
1254 |
<input type="checkbox" id="archived" value="1" name="filter_archived" title="Include archived suggestions in the search" /> |
1255 |
[% END %] |
1256 |
</li> |
1257 |
</ol> |
1258 |
</div> |
1255 |
</div> <!-- /#limits --> |
1259 |
</div> <!-- /#limits --> |
1256 |
</fieldset> <!-- /.brief --> |
1260 |
</fieldset> <!-- /.brief --> |
1257 |
</form> <!-- /suggestionsfilter --> |
1261 |
</form> <!-- /suggestionsfilter --> |
1258 |
- |
|
|