Skip to content

Commit

Permalink
[confluence] Add In Progress submenu entry to TVSHOWS
Browse files Browse the repository at this point in the history
Implement xbmc#8261 in TVSHOWS submenu
  • Loading branch information
un1versal committed Nov 27, 2015
1 parent 3a87b76 commit 1a5b2f4
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions addons/skin.confluence/720p/IncludesHomeMenuItems.xml
Expand Up @@ -101,26 +101,31 @@
<onclick>ActivateWindow(Videos,RecentlyAddedEpisodes,return)</onclick>
</control>
<control type="button" id="90173">
<include>ButtonHomeSubCommonValues</include>
<label>575</label>
<onclick>ActivateWindow(Videos,InProgressTvShows,return)</onclick>
</control>
<control type="button" id="90174">
<include>ButtonHomeSubCommonValues</include>
<label>369</label>
<onclick>ActivateWindow(Videos,TVShowTitles,return)</onclick>
</control>
<control type="button" id="90174">
<control type="button" id="90175">
<include>ButtonHomeSubCommonValues</include>
<label>135</label>
<onclick>ActivateWindow(Videos,TVShowGenres,return)</onclick>
</control>
<control type="button" id="90175">
<control type="button" id="90176">
<include>ButtonHomeSubCommonValues</include>
<label>652</label>
<onclick>ActivateWindow(Videos,TVShowYears,return)</onclick>
</control>
<control type="button" id="90176">
<control type="button" id="90177">
<include>ButtonHomeSubCommonValues</include>
<label>344</label>
<onclick>ActivateWindow(Videos,TVShowActors,return)</onclick>
</control>
<control type="image" id="90177">
<control type="image" id="90178">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3">HomeSubEnd.png</texture>
Expand Down

0 comments on commit 1a5b2f4

Please sign in to comment.