diff options
author | Einar Egilsson | 2009-10-07 12:54:34 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-10-07 12:54:34 +0000 |
commit | 756a6c22bbed654423bb4976e95968cff4fee49d (patch) | |
tree | 77b370f482939d2bc5e87e958db778dba5ebbf17 /chrome/content/ui/editRedirect.xul | |
parent | eb5ee94ad622ac89b886cc74fcb8cd8328b1fbaf (diff) |
Prompt before delete, disable edit and delete buttons properly. Use checkboxes for setting enabled/disabled status of redirects.
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@255 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/content/ui/editRedirect.xul')
-rw-r--r-- | chrome/content/ui/editRedirect.xul | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/content/ui/editRedirect.xul b/chrome/content/ui/editRedirect.xul index 103d1b5..22d4a8d 100644 --- a/chrome/content/ui/editRedirect.xul +++ b/chrome/content/ui/editRedirect.xul @@ -47,7 +47,10 @@ </row>
<row align="center">
<text value="&chkUnescapeMatches.label;" />
- <checkbox id="chkUnescapeMatches" label="" taborder="7"/>
+ <hbox>
+ <checkbox id="chkUnescapeMatches" label="" taborder="7"/>
+ <spacer flex="1" />
+ </hbox>
</row>
</rows>
</grid>
|