aboutsummaryrefslogtreecommitdiff
path: root/chrome/content/redirect.xul
diff options
context:
space:
mode:
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>