diff options
author | Jezz_X <jezzx2@gmail.com> | 2012-03-26 21:08:25 +1100 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2012-04-25 09:50:21 +1000 |
commit | 786a5fb289fad2d9bfdda516d10395639b24f051 (patch) | |
tree | 458ae7b26a6c98ab2ddf288ed438b4c548d7107f /addons/skin.confluence/720p/FileManager.xml | |
parent | f8b6d1d37dcc6e642bfc97b09fd203472b81798e (diff) |
Changed: [Confluence] More design changes (mostly header bar)
Diffstat (limited to 'addons/skin.confluence/720p/FileManager.xml')
-rw-r--r-- | addons/skin.confluence/720p/FileManager.xml | 36 |
1 files changed, 15 insertions, 21 deletions
diff --git a/addons/skin.confluence/720p/FileManager.xml b/addons/skin.confluence/720p/FileManager.xml index 8fd426c703..de9c18f57b 100644 --- a/addons/skin.confluence/720p/FileManager.xml +++ b/addons/skin.confluence/720p/FileManager.xml @@ -2,8 +2,7 @@ <defaultcontrol>20</defaultcontrol> <allowoverlay>no</allowoverlay> <controls> - <include>CommonSettingsBackground</include> - <include>CommonMediaPlayingBackground</include> + <include>CommonBackground</include> <control type="image"> <posx>0</posx> <posy>100r</posy> @@ -13,6 +12,20 @@ <animation effect="slide" start="0,10" end="0,0" time="200" condition="Window.Previous(Home)">WindowOpen</animation> <animation effect="slide" start="0,0" end="0,10" time="200" condition="Window.Next(Home)">WindowClose</animation> </control> + <include>WindowTitleHomeButton</include> + <control type="grouplist"> + <posx>65</posx> + <posy>5</posy> + <width>1000</width> + <height>30</height> + <orientation>horizontal</orientation> + <align>left</align> + <itemgap>5</itemgap> + <control type="label"> + <include>WindowTitleCommons</include> + <label>$LOCALIZE[7]</label> + </control> + </control> <control type="group"> <posx>30</posx> <posy>40</posy> @@ -385,25 +398,6 @@ <shadowcolor>black</shadowcolor> <label>([COLOR=blue]$INFO[Container(21).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(21).CurrentPage]/$INFO[Container(21).NumPages][/COLOR])</label> </control> - <control type="group"> - <posx>60</posx> - <posy>0</posy> - <animation effect="slide" end="-310,0" time="400" tween="quadratic" easing="out">WindowClose</animation> - <animation effect="slide" start="-310,0" time="400" tween="quadratic" easing="out">WindowOpen</animation> - <control type="image"> - <posx>0</posx> - <posy>0</posy> - <width>250</width> - <height>35</height> - <texture border="0,0,32,0">header.png</texture> - </control> - <control type="label"> - <include>WindowTitleCommons</include> - <posx>220</posx> - <label>$LOCALIZE[7]</label> - </control> - </control> - <include>WindowTitleHomeButton</include> <include>Clock</include> </controls> </window>
\ No newline at end of file |