Mozilla/mozilla/mailnews/compose/resources/content/mailComposeBindings.xml
sicking%bigfoot.com c122069cd1 Bug 119317: move the "inherits" attribute to the xbl namespace for most clients.
r=hixie sr=hyatt


git-svn-id: svn://10.0.0.236/trunk@118926 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-13 14:25:38 +00:00

19 lines
666 B
XML

<?xml version="1.0"?>
<bindings id="mailComposeBindings"
xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:xbl="http://www.mozilla.org/xbl">
<binding id="fromMenuitem"
extends="chrome://global/content/bindings/menu.xml#menuitem">
<content autostretch="never" excludes="template,observes,menupopup">
<xul:label class="composemenu-text" xbl:inherits="value=label,accesskey,crop"
crop="right"/>
<xul:label class="composemenu-text-2" xbl:inherits="value=accountname"
crop="right"/>
</content>
</binding>
</bindings>