Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bandwagon/content/ui/settings.xul
diff options
context:
space:
mode:
Diffstat (limited to 'bandwagon/content/ui/settings.xul')
-rw-r--r--bandwagon/content/ui/settings.xul52
1 files changed, 14 insertions, 38 deletions
diff --git a/bandwagon/content/ui/settings.xul b/bandwagon/content/ui/settings.xul
index 53b1934..194d858 100644
--- a/bandwagon/content/ui/settings.xul
+++ b/bandwagon/content/ui/settings.xul
@@ -40,7 +40,6 @@
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://browser/skin/preferences/preferences.css"?>
<?xml-stylesheet href="chrome://bandwagon/skin/settings.css" type="text/css"?>
-<?xml-stylesheet href="chrome://bandwagon/skin/settingsIcons.css" type="text/css"?>
<?xml-stylesheet href="chrome://bandwagon/content/ui/bindings/bandwagon.css" type="text/css"?>
<!DOCTYPE prefwindow SYSTEM "chrome://bandwagon/locale/settings.dtd">
@@ -55,7 +54,7 @@
<prefpane id="paneManage"
label="&manage.label;"
flex="1">
- <hbox flex="1">
+ <hbox>
<vbox>
<label id="collections-list-header" crop="end" value="&subscriptions.header;"/>
<richlistbox id="collections-list" flex="1"/>
@@ -105,7 +104,7 @@
</groupbox>
<!-- Add-ons Per Page Settings -->
- <groupbox id="pagination-box">
+ <groupbox>
<caption label="&perpage.label;"/>
<radiogroup id="perpage-group">
<radio id="perpage-default" label="&default.label;"/>
@@ -119,7 +118,6 @@
</hbox>
</radiogroup>
</groupbox>
-
<hbox align="center" pack="end">
<button id="remove-button"
label="&remove.label;"
@@ -177,7 +175,7 @@
<radio id="notify-all-off" label="&off.label;" value="false"/>
</radiogroup>
</hbox>
- <hbox align="center" id="global-pagination-box">
+ <hbox align="center">
<label id="label-addonsshow"> &addonsleadin.label;</label>
<textbox id="textbox-addonsperpage-global"
type="number"
@@ -215,23 +213,10 @@
<prefpane id="paneAuto"
label="&pub.label;">
- <preferences>
- <preference id="extensions.bandwagon.local.autopublisher.publish.extensions"
- name="extensions.bandwagon.local.autopublisher.publish.extensions"
- type="bool"/>
- <preference id="extensions.bandwagon.local.autopublisher.publish.themes"
- name="extensions.bandwagon.local.autopublisher.publish.themes"
- type="bool"/>
- <preference id="extensions.bandwagon.local.autopublisher.publish.dictionaries"
- name="extensions.bandwagon.local.autopublisher.publish.dictionaries"
- type="bool"/>
- <preference id="extensions.bandwagon.local.autopublisher.publish.language.packs"
- name="extensions.bandwagon.local.autopublisher.publish.language.packs"
- type="bool"/>
- <preference id="extensions.bandwagon.local.autopublisher.only.publish.enabled"
- name="extensions.bandwagon.local.autopublisher.only.publish.enabled"
- type="bool"/>
- </preferences>
+ <!-- Auto-publish Settings -->
+ <!--
+ <checkbox id="checkbox-autopublish-percollection" label="&autopublish.label;"/>
+ -->
<groupbox>
<caption label="&auto.label;"/>
<description>&autoleadin.label;</description>
@@ -248,7 +233,7 @@
</row>
<row align="center">
<spacer/>
- <checkbox id="auto-list" label="&list.label;" checked="true"/>
+ <checkbox id="auto-list" label="&list.label;"/>
</row>
</rows>
</grid>
@@ -262,42 +247,33 @@
<rows>
<row align="center">
<label value="&types.label;"/>
- <checkbox id="auto-type-extensions" label="&type.extensions.label;" preference="extensions.bandwagon.local.autopublisher.publish.extensions"/>
- <checkbox id="auto-type-themes" label="&type.themes.label;" preference="extensions.bandwagon.local.autopublisher.publish.themes"/>
+ <checkbox id="auto-type-extensions" label="&type.extensions.label;"/>
+ <checkbox id="auto-type-themes" label="&type.themes.label;"/>
</row>
<row align="center">
<spacer/>
- <checkbox id="auto-type-dicts" label="&type.dicts.label;" preference="extensions.bandwagon.local.autopublisher.publish.dictionaries"/>
- <checkbox id="auto-type-langpacks" label="&type.langpacks.label;" preference="extensions.bandwagon.local.autopublisher.publish.language.packs"/>
+ <checkbox id="auto-type-dicts" label="&type.dicts.label;"/>
+ <checkbox id="auto-type-langpacks" label="&type.langpacks.label;"/>
</row>
</rows>
</grid>
- <separator class="thin"/>
- <checkbox id="auto-only-publish-enabled" label="&onlypublishenabledaddons.label;" preference="extensions.bandwagon.local.autopublisher.only.publish.enabled"/>
</groupbox>
<hbox class="bottomBox" pack="center">
<groupbox id="auto-groupbox" orient="horizontal">
<button id="auto-create-button"
label="&createauto.label;"
oncommand="Bandwagon.Controller.Settings.doCreateAutoPublisher();"/>
- <button id="auto-update-button"
- label="&updateauto.label;"
- oncommand="Bandwagon.Controller.Settings.doUpdateAutoPublisher();"
- collapsed="true"/>
<button id="auto-delete-button"
label="&deleteauto.label;"
oncommand="Bandwagon.Controller.Settings.doDeleteAutoPublisher();"
collapsed="true"/>
- <vbox pack="center">
- <image id="auto-spinner" src="chrome://bandwagon/skin/images/spinner-small.gif" collapsed="true"/>
- </vbox>
+ <image id="auto-spinner" src="chrome://bandwagon/skin/images/spinner-small.gif" collapsed="true"/>
</groupbox>
</hbox>
- <label id="auto-error" style="color: red;" value=""/>
+ <label id="auto-error" style="color: red;" value=" " collapsed="true"/>
</prefpane>
<stringbundle id="bandwagon-strings" src="chrome://bandwagon/locale/settings.properties"/>
- <stringbundle id="bandwagon-strings2" src="chrome://bandwagon/locale/extensionOverlay.properties"/>
<script type="application/x-javascript" src="chrome://bandwagon/content/ui/dialog.js"/>
<script type="application/x-javascript" src="chrome://bandwagon/content/ui/settingsController.js"/>