Advertisement
Guest User

Untitled

a guest
Mar 30th, 2010
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. Index: custom_SkinSettings.xml
  2. ===================================================================
  3. --- custom_SkinSettings.xml (revision 298)
  4. +++ custom_SkinSettings.xml (working copy)
  5. @@ -4097,6 +4097,15 @@
  6. <selected>!Skin.HasSetting(Menu_Music_Sub_Years)</selected>
  7. <enable>!Skin.HasSetting(Menu_Music_Sub)</enable>
  8. </control>
  9. + <control type="radiobutton" id="8122">
  10. + <description>Menu Music Sub Last.FM</description>
  11. + <label>15200</label>
  12. + <include>ButtonMenuSettings2</include>
  13. + <onfocus>Skin.SetString(MusicCustom, 0)</onfocus>
  14. + <onclick>Skin.ToggleSetting(Menu_Music_Sub_Last.FM)</onclick>
  15. + <selected>Skin.HasSetting(Menu_Music_Sub_Last.FM)</selected>
  16. + <enable>!Skin.HasSetting(Menu_Music_Sub)</enable>
  17. + </control>
  18. <control type="radiobutton" id="8109">
  19. <description>Menu Music Sub Top100</description>
  20. <label>[B]$LOCALIZE[271][/B]</label>
  21. Index: Includes_Home.xml
  22. ===================================================================
  23. --- Includes_Home.xml (revision 298)
  24. +++ Includes_Home.xml (working copy)
  25. @@ -2667,6 +2667,12 @@
  26. <onclick>ActivateWindow(MusicLibrary,years,return)</onclick>
  27. <visible>!Skin.HasSetting(Menu_Music_Sub_Years)</visible>
  28. </item>
  29. + <item id="8122">
  30. + <descripton>Menu Music Sub Last.FM</descripton>
  31. + <label>15200</label>
  32. + <onclick>ActivateWindow(MusicFiles, Last.FM)</onclick>
  33. + <visible>Skin.HasSetting(Menu_Music_Sub_Last.FM)</visible>
  34. + </item>
  35. <item id="8109">
  36. <description>Menu Music Sub Top100</description>
  37. <label>$LOCALIZE[271]</label>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement