Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bandwagon/content/ui/publish.xul
diff options
context:
space:
mode:
Diffstat (limited to 'bandwagon/content/ui/publish.xul')
-rw-r--r--bandwagon/content/ui/publish.xul19
1 files changed, 11 insertions, 8 deletions
diff --git a/bandwagon/content/ui/publish.xul b/bandwagon/content/ui/publish.xul
index 54e9e83..380a4c2 100644
--- a/bandwagon/content/ui/publish.xul
+++ b/bandwagon/content/ui/publish.xul
@@ -20,7 +20,7 @@
- the Initial Developer. All Rights Reserved.
-
- Contributor(s): David McNamara
- - Brian King
+ - Brian King <brian (at) briks (dot) si>
-
- Alternatively, the contents of this file may be used under the terms of
- either the GNU General Public License Version 2 or later (the "GPL"), or
@@ -45,6 +45,7 @@
windowtype="Bandwagon:Publish"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&window.title;"
+ style="&publish.style;"
buttons="accept,cancel"
buttonlabelcancel="&cancel.label;"
buttonlabelaccept="&publish.label;"
@@ -54,20 +55,18 @@
<script src="chrome://bandwagon/content/ui/dialog.js"/>
<script src="chrome://bandwagon/content/ui/publishController.js"/>
- <stringbundleset>
- <stringbundle id="bandwagon-strings" src="chrome://bandwagon/locale/publish.properties"/>
- </stringbundleset>
+ <stringbundle id="bandwagon-strings" src="chrome://bandwagon/locale/publish.properties"/>
<vbox>
- <label id="dialog-desc"/>
+ <!--<label id="dialog-desc"/>-->
<deck id="type-deck">
<hbox id="publishing-to-box">
- <label id="publishing-to"/>
+ <label id="publishing-to" class="dialog-header"/>
</hbox>
<hbox id="sharing-with-box">
- <label id="sharing-with"/>
+ <description id="sharing-with" class="dialog-header" flex="1"/>
</hbox>
<groupbox id="new-email-box">
@@ -78,10 +77,14 @@
</groupbox>
</deck>
- <label value="&enter.a.personal.note.label;"/>
+ <separator class="thin"/>
+
+ <description flex="1">&enter.a.personal.note.label;</description>
<textbox id="personal-note" multiline="true"/>
+ <description id="sharing-with-new" flex="1"/>
+
<hbox>
<image id="spinner" src="chrome://bandwagon/skin/images/spinner-small.gif" collapsed="true"/>
<label id="error" style="color: red; visibility: hidden;" value=" "/>