aboutsummaryrefslogtreecommitdiff
path: root/chrome/content/ui/settings.xul
diff options
context:
space:
mode:
authorEinar Egilsson2009-10-14 11:13:03 +0000
committerEinar Egilsson2009-10-14 11:13:03 +0000
commitcfc2965fb35256a3493485f32ff9bd605bf158b7 (patch)
tree2683fe502bac65c752c7ebd913cfa5c2e955abf4 /chrome/content/ui/settings.xul
parent0065dc23b00c5039ec3036ff895b9a67341c05c0 (diff)
Import and Export working, might need some more singular/plural fixes in language.
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@266 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/content/ui/settings.xul')
-rw-r--r--chrome/content/ui/settings.xul13
1 files changed, 8 insertions, 5 deletions
diff --git a/chrome/content/ui/settings.xul b/chrome/content/ui/settings.xul
index 7004d48..d61e893 100644
--- a/chrome/content/ui/settings.xul
+++ b/chrome/content/ui/settings.xul
@@ -94,14 +94,17 @@
</tabpanel>
<tabpanel>
<groupbox flex="1">
- <caption label="&grpImportExportDescription.label;" />
<vbox>
<hbox align="middle">
- <button id="btnImport" accesskey="&btnImport.accesskey;" onclick="Settings.import();" label="&btnImport.label;"/>
- <label value="Import redirects from a .rdx file" />
+ <button id="btnImport" accesskey="&btnImport.accesskey;" oncommand="Settings.import();" label="&btnImport.label;"/>
+ <label id="lblImport" value="&lblImport.label;" />
+ <spacer flex="1" />
+ </hbox>
+ <hbox>
+ <button id="btnExport" accesskey="&btnExport.accesskey;" oncommand="Settings.export();" label="&btnExport.label;"/>
+ <label id="lblExport" value="&lblExport.label;" />
+ <spacer flex="1" />
</hbox>
-
- <button id="btnExport" accesskey="&btnExport.accesskey;" onclick="Settings.export();" label="&btnExport.label;"/>
<spacer flex="1" />
</vbox>
</groupbox>