Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.61 KB | None | 0 0
  1.                 <control type="radiobutton" id="1020">
  2.                     <description>Change Breadcrumb Background Color</description>
  3.                     <include file="includes.xml">SettingsContentRadioBtn</include>
  4.                     <label>Change Breadcrumb Background</label>
  5.                     <selected>Skin.HasSetting(ExpandBreadcrumbBGSettings)</selected>
  6.                     <onclick>Skin.HasSetting(ExpandTopBarColorSettings)</onclick>
  7.                     <onclick>Skin.HasSetting(ExpandWeatherSettings)</onclick>
  8.                    
  9.                     <onclick>Skin.ToggleSetting(ExpandBreadcrumbBGSettings)</onclick>
  10.                 </control>
  11.                 <control type="radiobutton" id="1021">
  12.                     <description>Default Colour</description>
  13.                     <include file="includes.xml">SettingsContentSmallBtn</include>
  14.                     <label>             $LOCALIZE[UNKNOWN]</label>
  15.                     <selected>Skin.String(BreadCrumbBackgroundColor,) | Skin.String(BreadCrumbBackgroundColor,1)</selected>
  16.                     <onclick>Skin.SetString(BreadCrumbBackgroundColor,1)</onclick>
  17.                     <onclick>ReloadSkin()</onclick>
  18.                     <visible>Skin.HasSetting(ExpandBreadcrumbBGSettings)</visible>
  19.                     <!--<include>SettingsItemOpenCloseAnim</include>-->
  20.                 </control>
  21.                 <control type="radiobutton" id="1022">
  22.                     <description>Colour 2</description>
  23.                     <include file="includes.xml">SettingsContentSmallBtn</include>
  24.                     <label>             $LOCALIZE[31029]</label>
  25.                     <selected>Skin.String(BreadCrumbBackgroundColor,2)</selected>
  26.                     <onclick>Skin.SetString(BreadCrumbBackgroundColor,2)</onclick>
  27.                     <onclick>ReloadSkin()</onclick>
  28.                     <visible>Skin.HasSetting(ExpandBreadcrumbBGSettings)</visible>
  29.                     <!--<include>SettingsItemOpenCloseAnim</include>-->
  30.                 </control>
  31.                 <control type="radiobutton" id="1023">
  32.                     <description>Colour 3</description>
  33.                     <include file="includes.xml">SettingsContentSmallBtn</include>
  34.                     <label>             $LOCALIZE[31030]</label>
  35.                     <selected>Skin.String(BreadCrumbBackgroundColor,3)</selected>
  36.                     <onclick>Skin.SetString(BreadCrumbBackgroundColor,3)</onclick>
  37.                     <onclick>ReloadSkin()</onclick>
  38.                     <visible>Skin.HasSetting(ExpandBreadcrumbBGSettings)</visible>
  39.                     <!--<include>SettingsItemOpenCloseAnim</include>-->
  40.                 </control>
  41.                 <control type="radiobutton" id="1024">
  42.                     <description>Colour 4</description>
  43.                     <include file="includes.xml">SettingsContentSmallBtn</include>
  44.                     <label>             $LOCALIZE[31031]</label>
  45.                     <selected>Skin.String(BreadCrumbBackgroundColor,4)</selected>
  46.                     <onclick>Skin.SetString(BreadCrumbBackgroundColor,4)</onclick>
  47.                     <onclick>ReloadSkin()</onclick>
  48.                     <visible>Skin.HasSetting(ExpandBreadcrumbBGSettings)</visible>
  49.                     <!--<include>SettingsItemOpenCloseAnim</include>-->
  50.                 </control>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement