WIP: search collections
This commit is contained in:
parent
72481b072e
commit
353e64e531
|
@ -343,6 +343,11 @@
|
||||||
<box id="zotero-collections-tree-shim"/>
|
<box id="zotero-collections-tree-shim"/>
|
||||||
<!-- This extra vbox prevents the toolbar from getting compressed when resizing
|
<!-- This extra vbox prevents the toolbar from getting compressed when resizing
|
||||||
the tag selector to max height -->
|
the tag selector to max height -->
|
||||||
|
<textbox id="collections-lookup-textbox"
|
||||||
|
onkeypress="return Zotero_Lookup.onKeyPress(event, this)"
|
||||||
|
oninput="Zotero_Lookup.onInput(event, this)"
|
||||||
|
flex="1"
|
||||||
|
newlines="pasteintact"/>
|
||||||
<tree id="zotero-collections-tree"
|
<tree id="zotero-collections-tree"
|
||||||
hidecolumnpicker="true"
|
hidecolumnpicker="true"
|
||||||
oncontextmenu="ZoteroPane.onCollectionsContextMenuOpen(event)"
|
oncontextmenu="ZoteroPane.onCollectionsContextMenuOpen(event)"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user