add filter any/all dropdown
This commit is contained in:
parent
07612d6456
commit
8c19cb9c99
2 changed files with 7 additions and 0 deletions
|
|
@ -669,6 +669,8 @@ __DATA__
|
||||||
<form>
|
<form>
|
||||||
<input type="button" class="searchButton" name="searchButton" value="^International("search","Asset");" />
|
<input type="button" class="searchButton" name="searchButton" value="^International("search","Asset");" />
|
||||||
<input type="text" class="searchKeywords" name="searchKeywords" />
|
<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>
|
<ul class="searchFilters"></ul>
|
||||||
<input type="button" name="searchFilterAdd" class="searchFilterAdd" value="Add Filter" />
|
<input type="button" name="searchFilterAdd" class="searchFilterAdd" value="Add Filter" />
|
||||||
<select name="searchFilterSelect">
|
<select name="searchFilterSelect">
|
||||||
|
|
|
||||||
|
|
@ -192,6 +192,11 @@ input.disabled {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.searchForm p {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.autocomplete_value {
|
.autocomplete_value {
|
||||||
font-size: larger;
|
font-size: larger;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue