www

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

commit e4b380e1ed43eff930301abdd106fc185fafb968
parent ead633ed84a2d9b7fb79114713d298a09dfc0f2e
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu,  1 Sep 2011 20:24:57 +0000

Put Save to Zotero option at bottom of download box


Diffstat:
Mchrome/content/zotero/downloadOverlay.xul | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/downloadOverlay.xul b/chrome/content/zotero/downloadOverlay.xul @@ -38,7 +38,7 @@ <script type="application/x-javascript" src="include.js"/> <script type="application/x-javascript" src="downloadOverlay.js"/> <radiogroup id="mode"> - <vbox insertbefore="save" id="zotero-container" flex="1" hidden="true"> + <vbox id="zotero-container" flex="1" hidden="true"> <radio id="zotero-radio" label="&zotero.downloadManager.label;" disabled="true"/> <vbox style="margin-left: 15px"> <description id="zotero-saveToLibrary-description" style="font: small-caption; font-weight: normal" hidden="true">&zotero.downloadManager.saveToLibrary.description;</description>