fix #1807 (Find clear button needs tooltip)

This commit is contained in:
rolux 2013-08-11 09:51:27 +00:00
parent 8bf1389973
commit e2fd066766

View file

@ -74,6 +74,7 @@ pandora.ui.findElement = function() {
autocompleteSelectMaxWidth: 256, autocompleteSelectMaxWidth: 256,
autocompleteSelectSubmit: true, autocompleteSelectSubmit: true,
clear: true, clear: true,
clearTooltip: Ox._('Click to clear or doubleclick to reset query'),
id: 'input', id: 'input',
placeholder: findKey == 'advanced' ? Ox._('Edit Query...') : '', placeholder: findKey == 'advanced' ? Ox._('Edit Query...') : '',
value: findValue, value: findValue,