aboutsummaryrefslogtreecommitdiff
path: root/chrome/content/redirect.xul
diff options
context:
space:
mode:
authorEinar Egilsson2007-06-02 00:24:35 +0000
committerEinar Egilsson2007-06-02 00:24:35 +0000
commitb0c6f7a2bff3d57f1c8d05a561dbd0bbca0228ca (patch)
treeb9d11f284141f8aacd80e917bcd05877c3aee6e1 /chrome/content/redirect.xul
parentf77a93fe56b90c89d3a881d9af84d43e451efe8d (diff)
Redirector: All main functionality except Regex working.
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@57 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/content/redirect.xul')
-rw-r--r--chrome/content/redirect.xul8
1 files changed, 7 insertions, 1 deletions
diff --git a/chrome/content/redirect.xul b/chrome/content/redirect.xul
index 5d6ff2c..8db1891 100644
--- a/chrome/content/redirect.xul
+++ b/chrome/content/redirect.xul
@@ -32,8 +32,14 @@
<text value="&txtRedirectUrl.label;"/>
<textbox id="txtRedirectUrl"/>
</row>
+ <row>
+ <checkbox id="chkOnlyIfLinkExists" label="&chkOnlyIfLinkExists.label;"/>
+ <radiogroup>
+ <radio id="rdoWildcard" label="&rdoWildcard.label;" accesskey="&rdoWildcard.accessKey;" selected="true"/>
+ <radio id="rdoRegex" label="&rdoRegex.label;" accesskey="&rdoRegex.accessKey;"/>
+ </radiogroup>
+ </row>
</rows>
</grid>
- <checkbox id="chkOnlyIfLinkExists" label="&chkOnlyIfLinkExists.label;"/>
</dialog>