www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 6ea7e3dd65f319f0fe70eb97e936e48b2b5e1a6a
parent 253ab1e86a6744e6e4aa188047c3c29ec6ce1532
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon,  2 Aug 2010 21:32:11 +0000

Fix error in Related Items dialog


Diffstat:
Mchrome/content/zotero/selectItemsDialog.xul | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/chrome/content/zotero/selectItemsDialog.xul b/chrome/content/zotero/selectItemsDialog.xul @@ -47,8 +47,7 @@ <vbox id="zotero-select-items-container" flex="1"> <hbox align="center" pack="end"> - <label value="&zotero.toolbar.search.label;" control="zotero-tb-search"/> - <textbox id="zotero-tb-search" type="timed" timeout="250" oncommand="onSearch()" dir="reverse" + <textbox id="zotero-tb-search" type="search" timeout="250" oncommand="onSearch()" dir="reverse" onkeypress="if(event.keyCode == event.DOM_VK_ESCAPE) { if (this.value == '') { cancelDialog(); return false; } this.value = ''; this.doCommand('cmd_zotero_search'); return false; } return true;"/> </hbox>