www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit f76435a9b3d146f733eada5205b50457b80d8362
parent fffbd6e387e2334135ff649fec8d0321a72f64b9
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed,  8 Jul 2009 05:10:53 +0000

Fix metadata pane refresh issues


Diffstat:
Mchrome/content/zotero/itemPane.xul | 4++--
Mchrome/content/zotero/overlay.xul | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/chrome/content/zotero/itemPane.xul b/chrome/content/zotero/itemPane.xul @@ -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();"/> diff --git a/chrome/content/zotero/overlay.xul b/chrome/content/zotero/overlay.xul @@ -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;"/>