~ubuntu-branches/ubuntu/intrepid/ubufox/intrepid-proposed

« back to all changes in this revision

Viewing changes to content/firefoxOverlay.xul

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2007-07-31 13:35:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070731133525-kiy19i7x2jrhdx29
Tags: 0.3-0ubuntu1
ubufox 0.3 featuring ubuntu help menu overlays

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
<?xml-stylesheet href="chrome://ubufox/skin/overlay.css" type="text/css"?>
39
39
<!DOCTYPE overlay SYSTEM "chrome://ubufox/locale/ubufox.dtd">
 
40
 
40
41
<overlay id="ubufox-overlay"
41
42
         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
42
43
  <script src="overlay.js"/>
44
45
    <stringbundle id="ubufox-strings" src="chrome://ubufox/locale/ubufox.properties"/>
45
46
  </stringbundleset>
46
47
 
47
 
<!--
48
 
  <menupopup id="menu_ToolsPopup">
49
 
    <menuitem id="ubufox-hello" label="&ubufox.label;" 
50
 
              oncommand="ubufox.onMenuItemCommand(event);"/>
 
48
  <menupopup id="menu_HelpPopup">
 
49
    <menuitem id="ubufox-reportbug" label="&ubufox.launchpad.reportbug.label;" 
 
50
              oncommand="ubufoxReportBug(event);"
 
51
              insertbefore="aboutSeparator"/>
 
52
    <menuitem label="&ubufox.launchpad.gethelponline.label;"
 
53
              oncommand="ubufoxGetHelpOnline(event);"
 
54
              insertbefore="aboutSeparator"/>
 
55
    <menuitem id="ubufox-helptranslate" label="&ubufox.launchpad.helptranslate.label;"
 
56
              oncommand="ubufoxHelpTranslateLaunchpad(event);"
 
57
              insertbefore="aboutSeparator"/>
51
58
  </menupopup>
52
 
-->
53
59
</overlay>