Fix metadata pane refresh issues
This commit is contained in:
parent
fffbd6e387
commit
f76435a9b3
|
@ -31,12 +31,12 @@
|
||||||
<script src="include.js"/>
|
<script src="include.js"/>
|
||||||
<script src="itemPane.js"/>
|
<script src="itemPane.js"/>
|
||||||
|
|
||||||
<tabpanels id="zotero-view-item" flex="1" oncommand="if (this.selectedIndex !== '') { ZoteroItemPane.loadPane(this.selectedIndex); }">
|
<tabpanels id="zotero-view-item" flex="1">
|
||||||
<tabpanel>
|
<tabpanel>
|
||||||
<zoteroitembox id="zotero-editpane-item-box" flex="1"/>
|
<zoteroitembox id="zotero-editpane-item-box" flex="1"/>
|
||||||
</tabpanel>
|
</tabpanel>
|
||||||
|
|
||||||
<tabpanel flex="1" align="top">
|
<tabpanel flex="1" orient="vertical">
|
||||||
<hbox align="center">
|
<hbox align="center">
|
||||||
<label id="zotero-editpane-notes-label"/>
|
<label id="zotero-editpane-notes-label"/>
|
||||||
<button label="&zotero.item.add;" oncommand="ZoteroItemPane.addNote();"/>
|
<button label="&zotero.item.add;" oncommand="ZoteroItemPane.addNote();"/>
|
||||||
|
|
|
@ -375,7 +375,7 @@
|
||||||
<groupbox pack="center" align="center">
|
<groupbox pack="center" align="center">
|
||||||
<label id="zotero-view-selected-label"/>
|
<label id="zotero-view-selected-label"/>
|
||||||
</groupbox>
|
</groupbox>
|
||||||
<tabbox id="zotero-view-tabbox" flex="1">
|
<tabbox id="zotero-view-tabbox" flex="1" oncommand="if (this.selectedIndex !== '') { ZoteroItemPane.loadPane(this.selectedIndex); }">
|
||||||
<tabs>
|
<tabs>
|
||||||
<tab label="&zotero.tabs.info.label;"/>
|
<tab label="&zotero.tabs.info.label;"/>
|
||||||
<tab label="&zotero.tabs.notes.label;"/>
|
<tab label="&zotero.tabs.notes.label;"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user