comparison 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
comparison
equal deleted inserted replaced
1:93e46514f20d 2:472a16863ecc
1 <?xml version="1.0"?>
2
3 <!DOCTYPE bindings [
4 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
5 %brandDTD;
6 <!ENTITY % incompatibleDTD SYSTEM "chrome://nightly/locale/incompatible.dtd">
7 %incompatibleDTD;
8 ]>
9
10 <bindings xmlns="http://www.mozilla.org/xbl" xmlns:xbl="http://www.mozilla.org/xbl"
11 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
12
13 <binding id="incompatible" name="incompatible">
14 <content>
15 <xul:hbox align="center">
16 <xul:image xbl:inherits="src=icon"/>
17 <xul:vbox flex="1">
18 <xul:hbox class="name-version">
19 <xul:label xbl:inherits="value=name"/>
20 <xul:label xbl:inherits="value=version"/>
21 </xul:hbox>
22 <xul:label class="warning incompatible" value="&incompatible.label;"/>
23 <xul:label class="warning insecure" value="&insecure.label;"/>
24 </xul:vbox>
25 </xul:hbox>
26 </content>
27 </binding>
28
29 </bindings>