Fix Bug 38665 - Show clean 'x' icon on the search box only when useful

Change-Id: I3fc295728f25cce7a326101467146f8ee3415116
This commit is contained in:
Santhosh Thottingal
2012-07-25 18:13:50 +05:30
parent 388f9cde80
commit 5703f0f1ad
5 changed files with 28 additions and 10 deletions

View File

@@ -108,11 +108,11 @@ class UniversalLanguageSelectorHooks {
<div class='ten columns'>
<div id='search-input-block'>
<input type='text' class='filterinput' id='filtersuggestion' disabled='true' autocomplete='off' role='textbox' bound='true'/>
<input type='text' class='filterinput' data-suggestion='filtersuggestion' id='languagefilter' placeholder='Language search' bound='true'/>
<input type='text' class='filterinput' data-clear='languagefilter-clear' data-suggestion='filtersuggestion' id='languagefilter' placeholder='Language search' bound='true'/>
</div>
</div>
<div class='one column'>
<span class='clear-button'></span>
<span id='languagefilter-clear'></span>
</div>
</div>
<div class='row uls-language-list'></div>