home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!-- ***** BEGIN LICENSE BLOCK *****
- - Version: MPL 1.1
- -
- - The contents of this file are subject to the Mozilla Public License Version
- - 1.1 (the "License"); you may not use this file except in compliance with
- - the License. You may obtain a copy of the License at
- - http://www.mozilla.org/MPL/
- -
- - Software distributed under the License is distributed on an "AS IS" basis,
- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- - for the specific language governing rights and limitations under the
- - License.
- -
- - The Original Code is Adblock for Mozilla.
- -
- - The Initial Developer of the Original Code is
- - Henrik Aasted Sorensen.
- - Portions created by the Initial Developer are Copyright (C) 2002
- - the Initial Developer. All Rights Reserved.
- -
- - Contributor(s):
- - Henrik Aasted Sorensen <henrik@aasted.org>
- - Stefan Kinitz <mcmurmel.blah@gmx.de>
- - Wladimir Palant
- - rue
- - ***** END LICENSE BLOCK ***** -->
-
- <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
-
- <dialog id="addfilterdialog" title="Warning"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- buttons="accept,cancel"
- ondialogaccept="return returnResult(false);"
- ondialogcancel="return returnResult(true);">
- <script src="warnregexpdialog.js"/>
- <description>
- The filter you entered will be interpreted as a regular expression.
- </description>
- <description>
- If you did not mean for this to happen, or don't know what a regular expression is,
- </description>
- <description>
- press cancel and remove / from the edges of the filter.
- </description>
- <checkbox id="warn" label="I know what I'm doing. Don't warn me in the future."/>
- </dialog>
-