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="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();"/>

View File

@ -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;"/>