~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/extensions/irc/xul/content/browserOverlay.xul

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
 
 
3
<!DOCTYPE overlay SYSTEM "chrome://chatzilla/locale/browserOverlay.dtd" >
 
4
 
 
5
<!-- This is the overlay that adds a "Chatzilla" button to the toolbar palette. -->
 
6
 
 
7
<?xml-stylesheet href="chrome://chatzilla/skin/browserOverlay.css" type="text/css"?> 
 
8
 
 
9
<overlay id="ChatzillaBrowserToolbar"
 
10
         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
11
 
 
12
<script type="application/x-javascript" src="chrome://chatzilla/content/chatzillaOverlay.js"/>
 
13
 
 
14
<toolbarpalette id="BrowserToolbarPalette">
 
15
  <toolbarbutton id="tb-chatzilla-open" oncommand="toIRC()" 
 
16
      class="toolbarbutton-1"
 
17
      label="&czButton.label;" tooltiptext="&czButton.label;"/>
 
18
</toolbarpalette>
 
19
 
 
20
<menupopup id="menu_ToolsPopup">
 
21
  <menuitem id="tb-chatzilla-menu" oncommand="toIRC()" 
 
22
      insertafter="javascriptConsole,devToolsSeparator"
 
23
      label="&czMenu.label;" accesskey="&czMenu.accesskey;"/>
 
24
</menupopup>
 
25
 
 
26
</overlay>