diff --git a/chrome/content/zotero/bindings/zoterosearch.xml b/chrome/content/zotero/bindings/zoterosearch.xml index 2479e9816c..b3888a634a 100644 --- a/chrome/content/zotero/bindings/zoterosearch.xml +++ b/chrome/content/zotero/bindings/zoterosearch.xml @@ -21,6 +21,8 @@ ***** END LICENSE BLOCK ***** --> + + @@ -44,6 +46,11 @@ this.id('joinModeMenu').setAttribute('condition',id); this.id('joinModeMenu').value = conditions[id]['operator']; } + else if(conditions[id]['condition'] == 'recursive') + { + this.id('recursiveCheckbox').setAttribute('condition',id); + this.id('recursiveCheckbox').checked = (conditions[id]['operator']=='true'); + } else { this.addCondition(conditions[id]); @@ -106,6 +113,24 @@ ]]> + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/chrome/locale/en-US/zotero/searchbox.dtd b/chrome/locale/en-US/zotero/searchbox.dtd index 4cb92d30f8..133dd202e3 100644 --- a/chrome/locale/en-US/zotero/searchbox.dtd +++ b/chrome/locale/en-US/zotero/searchbox.dtd @@ -1,3 +1,10 @@ + + + + + + +