aboutsummaryrefslogtreecommitdiff
path: root/chrome/ui/editRedirect.xul
diff options
context:
space:
mode:
authorEinar Egilsson2011-09-04 22:53:16 +0200
committerEinar Egilsson2011-09-04 22:53:16 +0200
commit4b612baf4f29178214edec130856d83a40bf473d (patch)
tree20e36e3fcf7a24e829640c2fd605622f14af0edc /chrome/ui/editRedirect.xul
parent8fb65cf8aeaaf66636698310c0168929fc1a2ce0 (diff)
Total restructuring of files and deletion of old files
Diffstat (limited to 'chrome/ui/editRedirect.xul')
-rw-r--r--chrome/ui/editRedirect.xul58
1 files changed, 0 insertions, 58 deletions
diff --git a/chrome/ui/editRedirect.xul b/chrome/ui/editRedirect.xul
deleted file mode 100644
index 6d7b133..0000000
--- a/chrome/ui/editRedirect.xul
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id$ -->
-<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
-<?xml-stylesheet href="chrome://redirector/skin/redirector.css" type="text/css"?>
-<!DOCTYPE dialog SYSTEM "chrome://redirector/locale/editRedirect.xul.dtd">
-<dialog title="&redirectWindow.title;"
- orient="vertical"
- autostretch="always"
- onload="EditRedirect.onLoad();"
- buttons="accept,cancel"
- ondialogaccept="return EditRedirect.onAccept();"
- xmlns:nc="http://home.netscape.com/NC-rdf#"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script type="application/x-javascript" src="../code/redirect.js"/>
- <script type="application/x-javascript" src="../code/editRedirect.xul.js"/>
- <stringbundleset id="stringbundleset">
- <stringbundle id="redirector-strings" src="chrome://redirector/locale/redirector.properties"/>
- </stringbundleset>
-
- <grid>
- <rows class="editRedirects">
- <row align="center">
- <text value="&txtExampleUrl.label;" />
- <textbox id="txtExampleUrl" />
- </row>
- <row align="center">
- <text value="&txtIncludePattern.label;" />
- <textbox id="txtIncludePattern" taborder="1"/>
- <button id="btnTestPattern" label="&btnTestPattern.label;" onclick="EditRedirect.testPattern();" taborder="2"/>
- </row>
- <row align="center">
- <text value="&txtExcludePattern.label;" />
- <textbox id="txtExcludePattern" taborder="3"/>
- </row>
- <row align="center">
- <text value="&txtRedirectUrl.label;" />
- <textbox id="txtRedirectUrl" taborder="4"/>
- </row>
- <row align="center">
- <text value="&rdoPatternTypes.label;"/>
- <radiogroup>
- <hbox>
- <radio id="rdoWildcard" label="&rdoWildcard.label;" accesskey="&rdoWildcard.accessKey;" selected="true" taborder="5"/>
- <radio id="rdoRegex" label="&rdoRegex.label;" accesskey="&rdoRegex.accessKey;" taborder="6"/>
- </hbox>
- </radiogroup>
- </row>
- <row align="center">
- <text value="&chkUnescapeMatches.label;" />
- <hbox>
- <checkbox id="chkUnescapeMatches" label="" taborder="7"/>
- <spacer flex="1" />
- </hbox>
- </row>
- </rows>
- </grid>
-</dialog>