diff options
author | drebs <drebs@leap.se> | 2013-10-03 14:24:48 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-10-04 14:25:08 -0300 |
commit | 3c23f4aa7eeabff0382f7789cfb7ad0c3090615a (patch) | |
tree | b7970f3d7fef0ceabb4293f135c97f257fe6baef /chrome/content/accountWizard/bitmaskAccountManagerOverlay.xul |
Initial import.
Diffstat (limited to 'chrome/content/accountWizard/bitmaskAccountManagerOverlay.xul')
-rw-r--r-- | chrome/content/accountWizard/bitmaskAccountManagerOverlay.xul | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/chrome/content/accountWizard/bitmaskAccountManagerOverlay.xul b/chrome/content/accountWizard/bitmaskAccountManagerOverlay.xul new file mode 100644 index 0000000..ba68b5f --- /dev/null +++ b/chrome/content/accountWizard/bitmaskAccountManagerOverlay.xul @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<!DOCTYPE overlay SYSTEM "chrome://bitmask/locale/bitmaskAccountManagerOverlay.dtd"> +<overlay id="bitmaskAccountManagerOverlay" + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> + <script type="application/javascript" + src="chrome://bitmask/content/accountWizard/launchAccountWizard.js"/> + <menupopup id="accountActionsDropdown"> + <menuitem id="accountActionsAddBitmaskAccount" + label="&addBitmaskAccountButton.label;" + accesskey="&addBitmaskAccountButton.accesskey;" + insertbefore="accountActionsDropdownSep1" + oncommand="launchAccountWizard();" /> + </menupopup> +</overlay> |