aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJezz_X <jezzx2@gmail.com>2011-05-12 21:19:40 +1000
committerJezz_X <jezzx2@gmail.com>2011-05-12 21:19:40 +1000
commit24688ee9df85bb50cd991ddeedba6cdb35faee4f (patch)
tree6212698c27f4d9221784e8b039980389aba6d7ab
parent25991258b97a3bb7a33e0697ee397320aef46c70 (diff)
Added: [Confluence] Visual notification in Add-on Thumbnail view if an add-on is broken
-rw-r--r--addons/skin.confluence/720p/ViewsAddonBrowser.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/ViewsAddonBrowser.xml b/addons/skin.confluence/720p/ViewsAddonBrowser.xml
index 78d8e0e3b5..409a6d84c2 100644
--- a/addons/skin.confluence/720p/ViewsAddonBrowser.xml
+++ b/addons/skin.confluence/720p/ViewsAddonBrowser.xml
@@ -270,6 +270,33 @@
<fadetime>100</fadetime>
<texture background="true">$INFO[Listitem.Icon]</texture>
</control>
+ <control type="image">
+ <posx>1</posx>
+ <posy>0</posy>
+ <width>191</width>
+ <height>160</height>
+ <bordertexture border="5">button-nofocus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <fadetime>100</fadetime>
+ <colordiffuse>ff333333</colordiffuse>
+ <texture background="true">$INFO[Listitem.Icon]</texture>
+ <visible>!IsEmpty(ListItem.Property(Addon.broken))</visible>
+ </control>
+ <control type="label">
+ <posx>96</posx>
+ <posy>70</posy>
+ <width>190</width>
+ <height>25</height>
+ <font>font13_title</font>
+ <textcolor>ffaa0000</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <selectedcolor>red</selectedcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <angle>45</angle>
+ <label>24098</label>
+ <visible>!IsEmpty(ListItem.Property(Addon.broken))</visible>
+ </control>
<control type="label">
<posx>96</posx>
<posy>160</posy>
@@ -294,6 +321,33 @@
<fadetime>100</fadetime>
<texture background="true">$INFO[Listitem.Icon]</texture>
</control>
+ <control type="image">
+ <posx>1</posx>
+ <posy>0</posy>
+ <width>191</width>
+ <height>160</height>
+ <bordertexture border="5">button-nofocus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <fadetime>100</fadetime>
+ <colordiffuse>ff333333</colordiffuse>
+ <texture background="true">$INFO[Listitem.Icon]</texture>
+ <visible>!IsEmpty(ListItem.Property(Addon.broken))</visible>
+ </control>
+ <control type="label">
+ <posx>96</posx>
+ <posy>70</posy>
+ <width>190</width>
+ <height>25</height>
+ <font>font13_title</font>
+ <textcolor>ffaa0000</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <selectedcolor>red</selectedcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <angle>45</angle>
+ <label>24098</label>
+ <visible>!IsEmpty(ListItem.Property(Addon.broken))</visible>
+ </control>
<control type="label">
<posx>96</posx>
<posy>160</posy>