~ubuntu-branches/ubuntu/hardy/foxyproxy/hardy-updates

« back to all changes in this revision

Viewing changes to content/alertOverlay.xul

  • Committer: Bazaar Package Importer
  • Author(s): Sasa Bodiroza
  • Date: 2008-04-09 13:55:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080409135500-x7u28czocbidxpmg
Tags: 2.7.2-0ubuntu1
* New upstream release. (LP: #212875)
* Improved packaging to make use of xpi.mk
* debian/control: 
  - Updated Maintainer field according to DebianMaintainerField spec
  - s/IceWeasel/Firefox/ in description
* debian/copyright: 
  - Updated copyright years
  - Updated packaging copyright
  - Added notice about xpi.mk packaging
  - Getting the source differs for this upload, added notice
* install.rdf: Bumped maxVersion to 3.0.*

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!--
3
 
  FoxyProxy 
4
 
  Copyright (C) 2006, 2007 Eric H. Jung and LeahScape, Inc.
5
 
  http://foxyproxy.mozdev.org/
6
 
  eric.jung@yahoo.com
7
 
 
8
 
  This source code is released under the GPL license,
9
 
  available in the LICENSE file at the root of this installation
10
 
  and also online at http://www.gnu.org/licenses/gpl.txt
11
 
All Rights Reserved. U.S. PATENT PENDING.
12
 
  
13
 
http://lxr.mozilla.org/mozilla1.8.0/source/toolkit/components/alerts/resources/content/alert.xul?raw=1
14
 
http://lxr.mozilla.org/mozilla1.8.0/source/themes/modern/communicator/alerts/alert.css?raw=1
15
 
-->
16
 
<?xml-stylesheet href="foxyproxy.css" type="text/css"?>
17
 
<!DOCTYPE overlay SYSTEM "chrome://foxyproxy/locale/foxyproxy.dtd">
18
 
 
19
 
<overlay id="foxyproxy-overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 
20
 
<window id="alertNotification"
21
 
        windowtype="alert:alert"
22
 
        xmlns:xhtml2="http://www.w3.org/TR/xhtml2"
23
 
        xmlns:wairole="http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#"
24
 
        xhtml2:role="wairole:alert"
25
 
        align="start"
26
 
        onload="onAlertLoad()"
27
 
        onclick="window.close();"/>
28
 
            
29
 
</overlay>