~ubuntu-branches/ubuntu/lucid/flashblock/lucid-proposed

« back to all changes in this revision

Viewing changes to content/flashblock/xpfeOverlay.xul

  • Committer: Bazaar Package Importer
  • Author(s): Alexander GQ Gerasiov
  • Date: 2009-11-30 01:21:27 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091130012127-ngxo3jqkddn3smi1
Tags: 1.5.11-2
* Fixed typo in debian/copyright.
* Using new dpkg v3 format, it rocks.
* Package description updated (taken from extension's homepage).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<?xml-stylesheet href="chrome://flashblock/skin/flashblock.css" type="text/css"?>
3
 
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
4
 
 
5
 
<!DOCTYPE overlay SYSTEM "chrome://flashblock/locale/flashblock.dtd">
6
 
 
7
 
<overlay id="flashblockXpfeOverlay" 
8
 
         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
9
 
 
10
 
  <!-- SeaMonkey toolbar button overlay -->
11
 
 
12
 
  <toolbar id="PersonalToolbar">
13
 
    <toolbarbutton
14
 
      id="flashblockMozToggle-button"
15
 
      class="toolbarbutton-1 chromeclass-toolbar-additional"
16
 
      type="menu-button"
17
 
      insertbefore="home-bm-separator,bookmarks-button,personal-bookmarks"
18
 
      label="&btnToggle.label;"
19
 
      tooltiptext="&btnToggle.tooltip;"
20
 
      oncommand="Flashblock.toggleButton(event);event.stopPropagation();"
21
 
      hidden="true"
22
 
      state="enabled">
23
 
      <menupopup id="flashblockPopupMenuMoz"
24
 
                 onpopupshowing="Flashblock.checkWhitelistToggle();
25
 
                                 Flashblock.fixParentTip('hide', this.parentNode);"
26
 
                 onpopuphiding ="Flashblock.fixParentTip('show', this.parentNode);">
27
 
        <menuitem id="buttonmenu-flashblockAllowMoz"
28
 
                  type="checkbox"
29
 
                  label="&flashAllow.label;"
30
 
                  accesskey="&flashAllow.accesskey;"
31
 
                  oncommand="Flashblock.toggleSiteWhitelisted();
32
 
                             event.stopPropagation();"/>
33
 
        <menuitem id="buttonmenu-flashblockOptionsMoz"
34
 
                  label="&flashWhitelist.label;"
35
 
                  accesskey="&flashWhitelist.accesskey;"
36
 
                  oncommand="Flashblock.showOptions(); event.stopPropagation();"/>
37
 
      </menupopup>
38
 
    </toolbarbutton>
39
 
  </toolbar>
40
 
 
41
 
</overlay>