Fix the ID for postTime

This commit is contained in:
cpradio 2016-10-08 09:29:05 -04:00
parent a7507dad63
commit dc87b6943a
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<div class="control-group pull-left">
<label class="control-label" for="search-post-date">{{i18n "search.advanced.post.time.label"}}</label>
<div class="controls">
{{combo-box id="post-time" valueAttribute="value" content=postTimeOptions value=searchedTerms.time.when}}
{{combo-box id="postTime" valueAttribute="value" content=postTimeOptions value=searchedTerms.time.when}}
{{input type="text" value=searchedTerms.time.days class="input-small" id='search-post-date'}}
</div>
</div>