diff options
Diffstat (limited to 'addons/skin.confluence/720p/FileManager.xml')
-rw-r--r-- | addons/skin.confluence/720p/FileManager.xml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/FileManager.xml b/addons/skin.confluence/720p/FileManager.xml index 53a4487155..399735374c 100644 --- a/addons/skin.confluence/720p/FileManager.xml +++ b/addons/skin.confluence/720p/FileManager.xml @@ -406,6 +406,65 @@ <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" id="10"> + <posx>595</posx> + <posy>55r</posy> + <include>Window_OpenClose_Animation</include> + <visible>system.getbool(input.enablemouse)</visible> + <include>Window_OpenClose_Animation</include> + <control type="button"> + <description>Back push button</description> + <posx>0</posx> + <posy>0</posy> + <width>45</width> + <height>45</height> + <label>1036</label> + <font>-</font> + <aligny>-</aligny> + <onclick>back</onclick> + <texturefocus border="5">floor_buttonFO.png</texturefocus> + <texturenofocus border="5">floor_button.png</texturenofocus> + <onleft>50</onleft> + <onright>50</onright> + <onup>50</onup> + <ondown>50</ondown> + </control> + <control type="image"> + <description>Back Icon</description> + <posx>5</posx> + <posy>5</posy> + <width>35</width> + <height>35</height> + <aspectratio>keep</aspectratio> + <texture>icon_back.png</texture> + </control> + <control type="button"> + <description>Home push button</description> + <posx>55</posx> + <posy>0</posy> + <width>45</width> + <height>45</height> + <label>31003</label> + <font>-</font> + <aligny>-</aligny> + <onclick>ActivateWindow(home)</onclick> + <texturefocus border="5">floor_buttonFO.png</texturefocus> + <texturenofocus border="5">floor_button.png</texturenofocus> + <onleft>50</onleft> + <onright>50</onright> + <onup>50</onup> + <ondown>50</ondown> + </control> + <control type="image"> + <description>Home Icon</description> + <posx>60</posx> + <posy>5</posy> + <width>35</width> + <height>35</height> + <aspectratio>keep</aspectratio> + <texture>icon_home.png</texture> + </control> + </control> <include>Clock</include> </controls> </window>
\ No newline at end of file |