Fix metadata pane refresh issues

This commit is contained in:
Dan Stillman 2009-07-08 05:10:53 +00:00
parent fffbd6e387
commit f76435a9b3
2 changed files with 3 additions and 3 deletions

View file

@ -31,12 +31,12 @@
<script src="include.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>
<zoteroitembox id="zotero-editpane-item-box" flex="1"/>
</tabpanel>
<tabpanel flex="1" align="top">
<tabpanel flex="1" orient="vertical">
<hbox align="center">
<label id="zotero-editpane-notes-label"/>
<button label="&zotero.item.add;" oncommand="ZoteroItemPane.addNote();"/>

View file

@ -375,7 +375,7 @@
<groupbox pack="center" align="center">
<label id="zotero-view-selected-label"/>
</groupbox>
<tabbox id="zotero-view-tabbox" flex="1">
<tabbox id="zotero-view-tabbox" flex="1" oncommand="if (this.selectedIndex !== '') { ZoteroItemPane.loadPane(this.selectedIndex); }">
<tabs>
<tab label="&zotero.tabs.info.label;"/>
<tab label="&zotero.tabs.notes.label;"/>