home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 September / APC0409D1.iso / f_looks / files / adblock-0.5-dev.xpi / chrome / adblock.jar / content / warnregexpdialog.xul < prev   
Encoding:
Extensible Markup Language  |  2003-11-07  |  1.9 KB  |  49 lines

  1. <?xml version="1.0"?>
  2. <!-- ***** BEGIN LICENSE BLOCK *****
  3.    - Version: MPL 1.1
  4.    -
  5.    - The contents of this file are subject to the Mozilla Public License Version
  6.    - 1.1 (the "License"); you may not use this file except in compliance with
  7.    - the License. You may obtain a copy of the License at
  8.    - http://www.mozilla.org/MPL/
  9.    -
  10.    - Software distributed under the License is distributed on an "AS IS" basis,
  11.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.    - for the specific language governing rights and limitations under the
  13.    - License.
  14.    -
  15.    - The Original Code is Adblock for Mozilla.
  16.    -
  17.    - The Initial Developer of the Original Code is
  18.    - Henrik Aasted Sorensen.
  19.    - Portions created by the Initial Developer are Copyright (C) 2002
  20.    - the Initial Developer. All Rights Reserved.
  21.    -
  22.    - Contributor(s):
  23.    - Henrik Aasted Sorensen <henrik@aasted.org>
  24.    - Stefan Kinitz <mcmurmel.blah@gmx.de>
  25.    - Wladimir Palant
  26.    - rue
  27.    - ***** END LICENSE BLOCK ***** -->
  28.  
  29. <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
  30. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  31.  
  32. <dialog id="addfilterdialog" title="Warning"
  33.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  34.         buttons="accept,cancel"
  35.         ondialogaccept="return returnResult(false);"
  36.         ondialogcancel="return returnResult(true);">
  37.     <script src="warnregexpdialog.js"/>
  38.     <description>
  39.     The filter you entered will be interpreted as a regular expression.
  40.     </description>
  41.     <description>
  42.     If you did not mean for this to happen, or don't know what a regular expression is, 
  43.     </description>
  44.     <description>
  45.     press cancel and remove / from the edges of the filter.
  46.     </description>
  47.     <checkbox id="warn" label="I know what I'm doing. Don't warn me in the future."/>
  48. </dialog>
  49.