~ubuntu-branches/ubuntu/natty/adblock-plus/natty

« back to all changes in this revision

Viewing changes to elemhidehelper/chrome/content/overlay.xul

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2009-06-02 14:31:44 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602143144-nq8kjlasb7rjux63
Tags: 1.0.2-0ubuntu1
* New upstream release (LP: #365067).
* Bump Standards-Version to 3.8.1.
* debian/control:
  - Move perl, zip to Build-Depends-Indep.
  - Update Maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<?xml-stylesheet href="chrome://elemhidehelper/skin/overlay.css" type="text/css"?>
3
 
 
4
 
<!-- ***** BEGIN LICENSE BLOCK *****
5
 
   - Version: MPL 1.1
6
 
   -
7
 
   - The contents of this file are subject to the Mozilla Public License Version
8
 
   - 1.1 (the "License"); you may not use this file except in compliance with
9
 
   - the License. You may obtain a copy of the License at
10
 
   - http://www.mozilla.org/MPL/
11
 
   -
12
 
   - Software distributed under the License is distributed on an "AS IS" basis,
13
 
   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
14
 
   - for the specific language governing rights and limitations under the
15
 
   - License.
16
 
   -
17
 
   - The Original Code is Adblock Plus Element Hiding Helper.
18
 
   -
19
 
   - The Initial Developer of the Original Code is
20
 
   - Wladimir Palant.
21
 
   - Portions created by the Initial Developer are Copyright (C) 2006-2007
22
 
   - the Initial Developer. All Rights Reserved.
23
 
   -
24
 
   - Contributor(s):
25
 
   -
26
 
   - ***** END LICENSE BLOCK ***** -->
27
 
 
28
 
<!DOCTYPE overlay SYSTEM "chrome://elemhidehelper/locale/overlay.dtd">
29
 
 
30
 
<overlay id="ehh-overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
31
 
  <script type="application/x-javascript" src="overlay.js"/>  
32
 
  <script type="application/x-javascript" src="aardvark.js"/>
33
 
  
34
 
  <popupset id="abp-popupset">
35
 
    <tooltip id="ehh-helpbox" orient="vertical" onpopuphiding="return ehhHelpHidden;">
36
 
      <description id="ehh-helpbox-title" value="&helpbox.title;"/>
37
 
 
38
 
      <grid flex="1">
39
 
        <columns>
40
 
          <column/>
41
 
          <column flex="1"/>
42
 
        </columns>
43
 
        <rows id="ehh-helpbox-rows"/>
44
 
      </grid>
45
 
    </tooltip>
46
 
    <tooltip id="ehh-commandlabel" noautohide="true" orient="horizontal">
47
 
      <description id="ehh-commandlabel-key"/>
48
 
      <description id="ehh-commandlabel-label"/>
49
 
    </tooltip>
50
 
    <tooltip id="ehh-viewsource" orient="vertical" onpopuphiding="return ehhViewSourceHidden;"/>
51
 
  </popupset>
52
 
 
53
 
  <popup id="abp-status-popup">
54
 
    <menuitem id="abp-status-ehh-selectelement" hidden="true" insertbefore="abp-status-options" label="&selectelement.label;" accesskey="&selectelement.accesskey;" key="abp-key-ehh-selectelement" oncommand="ehhSelectElement()"/>
55
 
    <menuitem id="abp-status-ehh-stopselection" hidden="true" insertbefore="abp-status-options" label="&stopselection.label;" accesskey="&stopselection.accesskey;" key="abp-key-ehh-selectelement" oncommand="ehhSelectElement()"/>
56
 
  </popup>
57
 
 
58
 
  <commandset id="abp-commandset">
59
 
    <command id="abp-command-ehh-selectelement" oncommand="ehhSelectElement();"/>
60
 
  </commandset>
61
 
</overlay>