add filter any/all dropdown

This commit is contained in:
Doug Bell 2010-10-04 18:13:32 -05:00
parent 07612d6456
commit 8c19cb9c99
2 changed files with 7 additions and 0 deletions

View file

@ -669,6 +669,8 @@ __DATA__
<form>
<input type="button" class="searchButton" name="searchButton" value="^International("search","Asset");" />
<input type="text" class="searchKeywords" name="searchKeywords" />
<p>Match <select name="searchMatch"><option value="any">Any</option><option value="all">All</option></select> of the
following criteria:</p>
<ul class="searchFilters"></ul>
<input type="button" name="searchFilterAdd" class="searchFilterAdd" value="Add Filter" />
<select name="searchFilterSelect">

View file

@ -192,6 +192,11 @@ input.disabled {
height: 50px;
}
.searchForm p {
margin: 0;
padding: 0;
}
.autocomplete_value {
font-size: larger;
font-weight: bold;