Mercurial > nightly_tester_tools
diff chrome/content/extensions/incompatible.xml @ 2:472a16863ecc
expanded nightly.jar
| author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
|---|---|
| date | Tue, 02 Dec 2008 20:38:20 +0900 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chrome/content/extensions/incompatible.xml Tue Dec 02 20:38:20 2008 +0900 @@ -0,0 +1,29 @@ +<?xml version="1.0"?> + +<!DOCTYPE bindings [ +<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> +%brandDTD; +<!ENTITY % incompatibleDTD SYSTEM "chrome://nightly/locale/incompatible.dtd"> +%incompatibleDTD; +]> + +<bindings xmlns="http://www.mozilla.org/xbl" xmlns:xbl="http://www.mozilla.org/xbl" + xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> + + <binding id="incompatible" name="incompatible"> + <content> + <xul:hbox align="center"> + <xul:image xbl:inherits="src=icon"/> + <xul:vbox flex="1"> + <xul:hbox class="name-version"> + <xul:label xbl:inherits="value=name"/> + <xul:label xbl:inherits="value=version"/> + </xul:hbox> + <xul:label class="warning incompatible" value="&incompatible.label;"/> + <xul:label class="warning insecure" value="&insecure.label;"/> + </xul:vbox> + </xul:hbox> + </content> + </binding> + +</bindings>
