diff options
author | ronie <ronie@users.noreply.github.com> | 2016-03-05 02:43:43 +0100 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2016-03-06 02:23:33 +0100 |
commit | a6843e6f5e695ba1b09aa5a4cdeb86cbe68834a7 (patch) | |
tree | 1cde54df9b3336a3541ceeba1d77b38b218373da /addons/skin.estouchy/xml/MyPlaylist.xml | |
parent | ae1f6bf4ab4252386e01d84d57994301b8100abe (diff) |
[Estouchy] update
Diffstat (limited to 'addons/skin.estouchy/xml/MyPlaylist.xml')
-rw-r--r-- | addons/skin.estouchy/xml/MyPlaylist.xml | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/addons/skin.estouchy/xml/MyPlaylist.xml b/addons/skin.estouchy/xml/MyPlaylist.xml index 08e509da15..f6037b8449 100644 --- a/addons/skin.estouchy/xml/MyPlaylist.xml +++ b/addons/skin.estouchy/xml/MyPlaylist.xml @@ -2,14 +2,14 @@ <window> <defaultcontrol always="true">50</defaultcontrol> <views>50,500,550</views> - <onunload>ClearProperty(DropdownMenuVisible,Home)</onunload> + <onunload>ClearProperty(PopupMenuVisible,Home)</onunload> <controls> <include>CommonBackground</include> - <include>MediaBladeLeft</include> - <include>CommonBackgroundOverlay</include> + <include>SideMenu</include> + <include>Header</include> <include>CommonNowPlaying</include> + <include>Footer</include> <control type="label"> - <description>Window label</description> <include>MediaWindowTitleCommons</include> <label>$VAR[PlaylistHeader]</label> </control> @@ -44,23 +44,8 @@ <param name="textbox-width-episodes" value="810"/> </include> </control> - <control type="panel" id="9002"> - <include>VisibleFadeEffect</include> - <include>SubMenuCommonLayout</include> - <content> - <item> - <label>31200</label> - <onclick>ParentDir</onclick> - <icon>icon_button_back.png</icon> - </item> - <item> - <label>1036</label> - <onclick>ActivateWindow(Favourites)</onclick> - <icon>icon_button_favourites.png</icon> - </item> - </content> - </control> - <include name="DropdownMenu"> + <include>BottomMenu</include> + <include name="PopupMenu"> <param name="panel-posy">240</param> <param name="panel-height">320</param> </include> |