Skip to content

Commit

Permalink
Merge pull request #166 from myhpom/152-simplify-advanced-search-drop…
Browse files Browse the repository at this point in the history
…down

[#152] Hides irrelevant groups and author from search dropdown of my-documents
  • Loading branch information
dsummersl authored Apr 30, 2018
2 parents 2bcaf46 + 46ee062 commit b04943c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion hs_core/templates/pages/my-documents.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,13 @@ <h4 class="panel-title">
<div class="form-group">
<label for="filter">Resource Type</label>
<select id="input-resource-type" class="form-control pull-left">
<!--
<option value="" selected>All</option>
<option value="collection resource">Collection</option>
<option value="composite resource">Composite Resource</option>
<option value="generic">Generic</option>
-->
<option value="generic">Document</option>
<!--
<option value="geographic feature">Geographic Feature (ESRI
Shapefiles)
</option>
Expand All @@ -120,13 +123,16 @@ <h4 class="panel-title">
</option>
<option value="time series">Time Series</option>
<option value="web app resource">Web App</option>
-->
</select>
</div>
<!--
<div class="form-group">
<label for="contain">Author</label>
<input id="input-author" class="form-control" type="text"/>
<span id="btn-clear-author-input" class="glyphicon glyphicon-remove-sign btn-clear-search-inline"></span>
</div>
-->
<div class="form-group">
<label for="contain">Subject</label>
<input id="input-subject" class="form-control" type="text"/>
Expand Down

0 comments on commit b04943c

Please sign in to comment.