diff options
author | ronie <ronie@poedel.net> | 2013-01-26 02:58:42 +0100 |
---|---|---|
committer | ronie <ronie@poedel.net> | 2013-01-26 02:58:42 +0100 |
commit | 79f54f81acebcfcac206a6b94f3159d9eb28edba (patch) | |
tree | 398c7a7292dbe6052621a9826a4e995948ad7e5c /addons | |
parent | 2a072834f38bed0bae98df829c15e1aa48e42f2e (diff) |
[Confluence] get rid of error log messages
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/DialogAlbumInfo.xml | 38 | ||||
-rw-r--r-- | addons/skin.confluence/720p/DialogVideoInfo.xml | 72 | ||||
-rw-r--r-- | addons/skin.confluence/720p/MyWeather.xml | 22 | ||||
-rw-r--r-- | addons/skin.confluence/720p/SkinSettings.xml | 8 | ||||
-rw-r--r-- | addons/skin.confluence/720p/script-globalsearch-main.xml | 16 | ||||
-rw-r--r-- | addons/skin.confluence/720p/weather/10DayForecast.xml | 22 | ||||
-rw-r--r-- | addons/skin.confluence/720p/weather/HourlyForecast.xml | 26 |
7 files changed, 102 insertions, 102 deletions
diff --git a/addons/skin.confluence/720p/DialogAlbumInfo.xml b/addons/skin.confluence/720p/DialogAlbumInfo.xml index 888b01a3a4..a9ed8efccc 100644 --- a/addons/skin.confluence/720p/DialogAlbumInfo.xml +++ b/addons/skin.confluence/720p/DialogAlbumInfo.xml @@ -197,55 +197,55 @@ <item> <label>$LOCALIZE[557]:</label> <label2>$INFO[ListItem.Artist]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Artist)</visible> </item> <item> <label>$LOCALIZE[515]:</label> <label2>$INFO[ListItem.Genre]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Genre)</visible> </item> <item> <label>$LOCALIZE[563]:</label> <label2>$INFO[ListItem.Rating]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Rating)</visible> </item> <item> <label>$LOCALIZE[175]:</label> <label2>$INFO[ListItem.Property(Album_Mood)]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Property(Album_Mood))</visible> </item> <item> <label>$LOCALIZE[176]:</label> <label2>$INFO[ListItem.Property(Album_Style)]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Property(Album_Style))</visible> </item> <item> <label>$LOCALIZE[21895]:</label> <label2>$INFO[ListItem.Property(Album_Theme)]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Property(Album_Theme))</visible> </item> <item> <label>146</label> <label2>$INFO[ListItem.Property(Album_Type)]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Property(Album_Type))</visible> </item> <item> <label>$LOCALIZE[21899]:</label> <label2>$INFO[ListItem.Property(Album_Label)]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Property(Album_Label))</visible> </item> <item> <label>$LOCALIZE[562]:</label> <label2>$INFO[ListItem.Year]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Year)</visible> </item> </content> @@ -350,55 +350,55 @@ <item> <label>$LOCALIZE[21893]:</label> <label2>$INFO[ListItem.Property(Artist_Born)]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Property(Artist_Born))</visible> </item> <item> <label>$LOCALIZE[21894]:</label> <label2>$INFO[ListItem.Property(Artist_Formed)]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Property(Artist_Formed))</visible> </item> <item> <label>$LOCALIZE[515]:</label> <label2>$INFO[ListItem.Genre]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Genre)</visible> </item> <item> <label>$LOCALIZE[175]:</label> <label2>$INFO[ListItem.Property(Artist_Mood)]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Property(Artist_Mood))</visible> </item> <item> <label>$LOCALIZE[176]:</label> <label2>$INFO[ListItem.Property(Artist_Style)]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Property(Artist_Style))</visible> </item> <item> <label>$LOCALIZE[21892]:</label> <label2>$INFO[ListItem.Property(Artist_Instrument)]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Property(Artist_Instrument))</visible> </item> <item> <label>$LOCALIZE[21897]:</label> <label2>$INFO[ListItem.Property(Artist_Died)]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Property(Artist_Died))</visible> </item> <item> <label>$LOCALIZE[21896]:</label> <label2>$INFO[ListItem.Property(Artist_Disbanded)]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Property(Artist_Disbanded))</visible> </item> <item> <label>$LOCALIZE[21898]:</label> <label2>$INFO[ListItem.Property(Artist_YearsActive)]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Property(Artist_YearsActive))</visible> </item> </content> @@ -661,4 +661,4 @@ </control> <include>Clock</include> </controls> -</window>
\ No newline at end of file +</window> diff --git a/addons/skin.confluence/720p/DialogVideoInfo.xml b/addons/skin.confluence/720p/DialogVideoInfo.xml index 5c349d3a57..b62a25a066 100644 --- a/addons/skin.confluence/720p/DialogVideoInfo.xml +++ b/addons/skin.confluence/720p/DialogVideoInfo.xml @@ -250,7 +250,7 @@ <item> <label>$LOCALIZE[20376]:</label> <label2>$INFO[ListItem.OriginalTitle]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.OriginalTitle) + !stringcompare(ListItem.OriginalTitle,Listitem.Title)</visible> </item> <item> @@ -262,61 +262,61 @@ <item> <label>$LOCALIZE[20417]:</label> <label2>$INFO[ListItem.Writer]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Writer)</visible> </item> <item> <label>$LOCALIZE[572]:</label> <label2>$INFO[ListItem.Studio]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Studio)</visible> </item> <item> <label>$LOCALIZE[515]:</label> <label2>$INFO[ListItem.Genre]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Genre)</visible> </item> <item> <label>$LOCALIZE[562]:</label> <label2>$INFO[ListItem.Year]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Year)</visible> </item> <item> <label>$LOCALIZE[2050]:</label> <label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Duration)</visible> </item> <item> <label>$LOCALIZE[563]:</label> <label2>$INFO[ListItem.RatingAndVotes]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.RatingAndVotes)</visible> </item> <item> <label>$LOCALIZE[202]:</label> <label2>$INFO[ListItem.TagLine]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.TagLine)</visible> </item> <item> <label>$LOCALIZE[203]:</label> <label2>$INFO[ListItem.PlotOutline]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.PlotOutline)</visible> </item> <item> <label>$LOCALIZE[20074]:</label> <label2>$INFO[ListItem.mpaa]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.mpaa)</visible> </item> <item> <label>$LOCALIZE[15311]</label> <label2>$INFO[ListItem.FilenameAndPath]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.FilenameAndPath)</visible> </item> </content> @@ -430,37 +430,37 @@ <item> <label>$LOCALIZE[20360]:</label> <label2>$INFO[listitem.episode] [COLOR=grey] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])[/COLOR]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Episode)</visible> </item> <item> <label>$LOCALIZE[31322]:</label> <label2>$INFO[ListItem.Premiered]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Premiered)</visible> </item> <item> <label>$LOCALIZE[515]:</label> <label2>$INFO[ListItem.Genre]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Genre)</visible> </item> <item> <label>$LOCALIZE[562]:</label> <label2>$INFO[ListItem.Year]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Year)</visible> </item> <item> <label>$LOCALIZE[563]:</label> <label2>$INFO[ListItem.Rating]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Rating)</visible> </item> <item> <label>$LOCALIZE[15311]</label> <label2>$INFO[ListItem.FilenameAndPath]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.FilenameAndPath)</visible> </item> </content> @@ -575,31 +575,31 @@ <item> <label>$LOCALIZE[20364]:</label> <label2>$INFO[ListItem.TVShowTitle]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.TVShowTitle)</visible> </item> <item> <label>$LOCALIZE[20373]:</label> <label2>$INFO[ListItem.Season]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Season)</visible> </item> <item> <label>$LOCALIZE[20359]:</label> <label2>$INFO[ListItem.Episode]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Episode)</visible> </item> <item> <label>$LOCALIZE[31322]:</label> <label2>$INFO[ListItem.Premiered]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Premiered)</visible> </item> <item> <label>$LOCALIZE[515]:</label> <label2>$INFO[ListItem.Genre]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Genre)</visible> </item> <item> @@ -611,31 +611,31 @@ <item> <label>$LOCALIZE[20417]:</label> <label2>$INFO[ListItem.Writer]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Writer)</visible> </item> <item> <label>$LOCALIZE[562]:</label> <label2>$INFO[ListItem.Year]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Year)</visible> </item> <item> <label>$LOCALIZE[2050]:</label> <label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Duration)</visible> </item> <item> <label>$LOCALIZE[563]:</label> <label2>$INFO[ListItem.Rating]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Rating)</visible> </item> <item> <label>$LOCALIZE[15311]</label> <label2>$INFO[ListItem.FilenameAndPath]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.FilenameAndPath)</visible> </item> </content> @@ -740,55 +740,55 @@ <item> <label>$LOCALIZE[557]:</label> <label2>$INFO[ListItem.Artist]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Artist)</visible> </item> <item> <label>$LOCALIZE[558]:</label> <label2>$INFO[ListItem.Album]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Album)</visible> </item> <item> <label>$LOCALIZE[515]:</label> <label2>$INFO[ListItem.Genre]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Genre)</visible> </item> <item> <label>$LOCALIZE[572]:</label> <label2>$INFO[ListItem.Studio]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Studio)</visible> </item> <item> <label>$LOCALIZE[20417]:</label> <label2>$INFO[ListItem.Writer]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Writer)</visible> </item> <item> <label>$LOCALIZE[20339]:</label> <label2>$INFO[ListItem.Director]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Director)</visible> </item> <item> <label>$LOCALIZE[562]:</label> <label2>$INFO[ListItem.Year]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Year)</visible> </item> <item> <label>$LOCALIZE[2050]:</label> <label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.Duration)</visible> </item> <item> <label>$LOCALIZE[15311]</label> <label2>$INFO[ListItem.FilenameAndPath]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(ListItem.FilenameAndPath)</visible> </item> </content> diff --git a/addons/skin.confluence/720p/MyWeather.xml b/addons/skin.confluence/720p/MyWeather.xml index 1b7f02d76a..76b66834a5 100644 --- a/addons/skin.confluence/720p/MyWeather.xml +++ b/addons/skin.confluence/720p/MyWeather.xml @@ -546,7 +546,7 @@ <item> <label>$LOCALIZE[31909]</label> <icon>-</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!Weather.IsFetched</visible> </item> <item> @@ -556,7 +556,7 @@ <property name="LowTemp">$INFO[Window.Property(Day0.LowTemp)]</property> <property name="Outlook">$INFO[Window.Property(Day0.Outlook)]</property> <property name="TempUnits">$INFO[System.TemperatureUnits]</property> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day0.Title))</visible> </item> <item> @@ -566,7 +566,7 @@ <property name="LowTemp">$INFO[Window.Property(Day1.LowTemp)]</property> <property name="Outlook">$INFO[Window.Property(Day1.Outlook)]</property> <property name="TempUnits">$INFO[System.TemperatureUnits]</property> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day1.Title))</visible> </item> <item> @@ -576,7 +576,7 @@ <property name="LowTemp">$INFO[Window.Property(Day2.LowTemp)]</property> <property name="Outlook">$INFO[Window.Property(Day2.Outlook)]</property> <property name="TempUnits">$INFO[System.TemperatureUnits]</property> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day2.Title))</visible> </item> <item> @@ -586,7 +586,7 @@ <property name="LowTemp">$INFO[Window.Property(Day3.LowTemp)]</property> <property name="Outlook">$INFO[Window.Property(Day3.Outlook)]</property> <property name="TempUnits">$INFO[System.TemperatureUnits]</property> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day3.Title))</visible> </item> <item> @@ -596,7 +596,7 @@ <property name="LowTemp">$INFO[Window.Property(Day4.LowTemp)]</property> <property name="Outlook">$INFO[Window.Property(Day4.Outlook)]</property> <property name="TempUnits">$INFO[System.TemperatureUnits]</property> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day4.Title))</visible> </item> <item> @@ -606,7 +606,7 @@ <property name="LowTemp">$INFO[Window.Property(Day5.LowTemp)]</property> <property name="Outlook">$INFO[Window.Property(Day5.Outlook)]</property> <property name="TempUnits">$INFO[System.TemperatureUnits]</property> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day5.Title))</visible> </item> <item> @@ -616,7 +616,7 @@ <property name="LowTemp">$INFO[Window.Property(Day6.LowTemp)]</property> <property name="Outlook">$INFO[Window.Property(Day6.Outlook)]</property> <property name="TempUnits">$INFO[System.TemperatureUnits]</property> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day6.Title))</visible> </item> <item> @@ -626,7 +626,7 @@ <property name="LowTemp">$INFO[Window.Property(Day7.LowTemp)]</property> <property name="Outlook">$INFO[Window.Property(Day7.Outlook)]</property> <property name="TempUnits">$INFO[System.TemperatureUnits]</property> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day7.Title))</visible> </item> <item> @@ -636,7 +636,7 @@ <property name="LowTemp">$INFO[Window.Property(Day8.LowTemp)]</property> <property name="Outlook">$INFO[Window.Property(Day8.Outlook)]</property> <property name="TempUnits">$INFO[System.TemperatureUnits]</property> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day8.Title))</visible> </item> <item> @@ -646,7 +646,7 @@ <property name="LowTemp">$INFO[Window.Property(Day9.LowTemp)]</property> <property name="Outlook">$INFO[Window.Property(Day9.Outlook)]</property> <property name="TempUnits">$INFO[System.TemperatureUnits]</property> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day9.Title))</visible> </item> </content> diff --git a/addons/skin.confluence/720p/SkinSettings.xml b/addons/skin.confluence/720p/SkinSettings.xml index 0783e0dff9..08937da002 100644 --- a/addons/skin.confluence/720p/SkinSettings.xml +++ b/addons/skin.confluence/720p/SkinSettings.xml @@ -166,22 +166,22 @@ <item id="1"> <label>128</label> <label2>5</label2> - <onclick>-</onclick> + <onclick>noop</onclick> </item> <item id="2"> <label>513</label> <label2>31112</label2> - <onclick>-</onclick> + <onclick>noop</onclick> </item> <item id="3"> <label>31102</label> <label2>31112</label2> - <onclick>-</onclick> + <onclick>noop</onclick> </item> <item id="4"> <label>24000</label> <label2>31200</label2> - <onclick>-</onclick> + <onclick>noop</onclick> </item> </content> </control> diff --git a/addons/skin.confluence/720p/script-globalsearch-main.xml b/addons/skin.confluence/720p/script-globalsearch-main.xml index 7de118ca60..3a520f3466 100644 --- a/addons/skin.confluence/720p/script-globalsearch-main.xml +++ b/addons/skin.confluence/720p/script-globalsearch-main.xml @@ -243,49 +243,49 @@ <item id="1"> <label>$LOCALIZE[342]</label> <label2>$LOCALIZE[31206] $INFO[Control.GetLabel(110)] $LOCALIZE[31025]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>Control.IsVisible(119)</visible> </item> <item id="2"> <label>$LOCALIZE[20343]</label> <label2>$LOCALIZE[31206] $INFO[Control.GetLabel(120)] $LOCALIZE[31025]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>Control.IsVisible(129)</visible> </item> <item id="3"> <label>$LOCALIZE[33054]</label> <label2>$LOCALIZE[31206] $INFO[Control.GetLabel(130)] $LOCALIZE[31025]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>Control.IsVisible(139)</visible> </item> <item id="4"> <label>$LOCALIZE[20360]</label> <label2>$LOCALIZE[31206] $INFO[Control.GetLabel(140)] $LOCALIZE[31025]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>Control.IsVisible(149)</visible> </item> <item id="5"> <label>$LOCALIZE[20389]</label> <label2>$LOCALIZE[31206] $INFO[Control.GetLabel(150)] $LOCALIZE[31025]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>Control.IsVisible(159)</visible> </item> <item id="6"> <label>$LOCALIZE[133]</label> <label2>$LOCALIZE[31206] $INFO[Control.GetLabel(160)] $LOCALIZE[31025]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>Control.IsVisible(169)</visible> </item> <item id="7"> <label>$LOCALIZE[132]</label> <label2>$LOCALIZE[31206] $INFO[Control.GetLabel(170)] $LOCALIZE[31025]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>Control.IsVisible(179)</visible> </item> <item id="8"> <label>$LOCALIZE[134]</label> <label2>$LOCALIZE[31206] $INFO[Control.GetLabel(180)] $LOCALIZE[31025]</label2> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>Control.IsVisible(189)</visible> </item> <item id="10"> diff --git a/addons/skin.confluence/720p/weather/10DayForecast.xml b/addons/skin.confluence/720p/weather/10DayForecast.xml index a3e76952ac..36d64e3fd5 100644 --- a/addons/skin.confluence/720p/weather/10DayForecast.xml +++ b/addons/skin.confluence/720p/weather/10DayForecast.xml @@ -146,7 +146,7 @@ <content> <item> <icon>$LOCALIZE[31909]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>IsEmpty(Window.Property(Daily.IsFetched))</visible> </item> <item> @@ -154,7 +154,7 @@ <label2>$INFO[Window.Property(Daily.1.HighTemperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Daily.1.LowTemperature),[COLOR=grey2]$LOCALIZE[418] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Daily.1.Precipitation),[COLOR=grey2]$LOCALIZE[33022] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Daily.1.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Daily.1.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Daily.1.WindSpeed)] $INFO[Window.Property(Daily.1.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Daily.IsFetched))</visible> </item> <item> @@ -162,7 +162,7 @@ <label2>$INFO[Window.Property(Daily.2.HighTemperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Daily.2.LowTemperature),[COLOR=grey2]$LOCALIZE[418] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Daily.2.Precipitation),[COLOR=grey2]$LOCALIZE[33022] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Daily.2.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Daily.2.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Daily.2.WindSpeed)] $INFO[Window.Property(Daily.2.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Daily.IsFetched))</visible> </item> <item> @@ -170,7 +170,7 @@ <label2>$INFO[Window.Property(Daily.3.HighTemperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Daily.3.LowTemperature),[COLOR=grey2]$LOCALIZE[418] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Daily.3.Precipitation),[COLOR=grey2]$LOCALIZE[33022] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Daily.3.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Daily.3.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Daily.3.WindSpeed)] $INFO[Window.Property(Daily.3.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Daily.IsFetched))</visible> </item> <item> @@ -178,7 +178,7 @@ <label2>$INFO[Window.Property(Daily.4.HighTemperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Daily.4.LowTemperature),[COLOR=grey2]$LOCALIZE[418] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Daily.4.Precipitation),[COLOR=grey2]$LOCALIZE[33022] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Daily.4.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Daily.4.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Daily.4.WindSpeed)] $INFO[Window.Property(Daily.4.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Daily.IsFetched))</visible> </item> <item> @@ -186,7 +186,7 @@ <label2>$INFO[Window.Property(Daily.5.HighTemperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Daily.5.LowTemperature),[COLOR=grey2]$LOCALIZE[418] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Daily.5.Precipitation),[COLOR=grey2]$LOCALIZE[33022] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Daily.5.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Daily.5.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Daily.5.WindSpeed)] $INFO[Window.Property(Daily.5.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Daily.IsFetched))</visible> </item> <item> @@ -194,7 +194,7 @@ <label2>$INFO[Window.Property(Daily.6.HighTemperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Daily.6.LowTemperature),[COLOR=grey2]$LOCALIZE[418] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Daily.6.Precipitation),[COLOR=grey2]$LOCALIZE[33022] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Daily.6.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Daily.6.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Daily.6.WindSpeed)] $INFO[Window.Property(Daily.6.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Daily.IsFetched))</visible> </item> <item> @@ -202,7 +202,7 @@ <label2>$INFO[Window.Property(Daily.7.HighTemperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Daily.7.LowTemperature),[COLOR=grey2]$LOCALIZE[418] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Daily.7.Precipitation),[COLOR=grey2]$LOCALIZE[33022] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Daily.7.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Daily.7.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Daily.7.WindSpeed)] $INFO[Window.Property(Daily.7.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Daily.IsFetched))</visible> </item> <item> @@ -210,7 +210,7 @@ <label2>$INFO[Window.Property(Daily.8.HighTemperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Daily.8.LowTemperature),[COLOR=grey2]$LOCALIZE[418] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Daily.8.Precipitation),[COLOR=grey2]$LOCALIZE[33022] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Daily.8.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Daily.8.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Daily.8.WindSpeed)] $INFO[Window.Property(Daily.8.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Daily.IsFetched))</visible> </item> <item> @@ -218,7 +218,7 @@ <label2>$INFO[Window.Property(Daily.9.HighTemperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Daily.9.LowTemperature),[COLOR=grey2]$LOCALIZE[418] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Daily.9.Precipitation),[COLOR=grey2]$LOCALIZE[33022] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Daily.9.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Daily.9.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Daily.9.WindSpeed)] $INFO[Window.Property(Daily.9.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Daily.IsFetched))</visible> </item> <item> @@ -226,7 +226,7 @@ <label2>$INFO[Window.Property(Daily.10.HighTemperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Daily.10.LowTemperature),[COLOR=grey2]$LOCALIZE[418] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Daily.10.Precipitation),[COLOR=grey2]$LOCALIZE[33022] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Daily.10.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Daily.10.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Daily.10.WindSpeed)] $INFO[Window.Property(Daily.10.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Daily.IsFetched))</visible> </item> </content> diff --git a/addons/skin.confluence/720p/weather/HourlyForecast.xml b/addons/skin.confluence/720p/weather/HourlyForecast.xml index b2b367f5cd..c8c6cbbf9f 100644 --- a/addons/skin.confluence/720p/weather/HourlyForecast.xml +++ b/addons/skin.confluence/720p/weather/HourlyForecast.xml @@ -146,7 +146,7 @@ <content> <item> <icon>$LOCALIZE[31909]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>IsEmpty(Window.Property(Hourly.IsFetched))</visible> </item> <item> @@ -154,7 +154,7 @@ <label2>$INFO[Window.Property(Hourly.1.Temperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Hourly.1.FeelsLike),[COLOR=grey2]$LOCALIZE[402] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.1.Humidity),[COLOR=grey2]$LOCALIZE[406] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.1.ChancePrecipitation),[COLOR=grey2]$LOCALIZE[31908] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Hourly.1.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Hourly.1.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Hourly.1.WindSpeed)] $INFO[Window.Property(Hourly.1.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Hourly.IsFetched))</visible> </item> <item> @@ -162,7 +162,7 @@ <label2>$INFO[Window.Property(Hourly.2.Temperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Hourly.2.FeelsLike),[COLOR=grey2]$LOCALIZE[402] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.2.Humidity),[COLOR=grey2]$LOCALIZE[406] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.2.ChancePrecipitation),[COLOR=grey2]$LOCALIZE[31908] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Hourly.2.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Hourly.2.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Hourly.2.WindSpeed)] $INFO[Window.Property(Hourly.2.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Hourly.IsFetched))</visible> </item> <item> @@ -170,7 +170,7 @@ <label2>$INFO[Window.Property(Hourly.3.Temperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Hourly.3.FeelsLike),[COLOR=grey2]$LOCALIZE[402] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.3.Humidity),[COLOR=grey2]$LOCALIZE[406] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.3.ChancePrecipitation),[COLOR=grey2]$LOCALIZE[31908] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Hourly.3.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Hourly.3.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Hourly.3.WindSpeed)] $INFO[Window.Property(Hourly.3.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Hourly.IsFetched))</visible> </item> <item> @@ -178,7 +178,7 @@ <label2>$INFO[Window.Property(Hourly.4.Temperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Hourly.4.FeelsLike),[COLOR=grey2]$LOCALIZE[402] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.4.Humidity),[COLOR=grey2]$LOCALIZE[406] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.4.ChancePrecipitation),[COLOR=grey2]$LOCALIZE[31908] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Hourly.4.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Hourly.4.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Hourly.4.WindSpeed)] $INFO[Window.Property(Hourly.4.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Hourly.IsFetched))</visible> </item> <item> @@ -186,7 +186,7 @@ <label2>$INFO[Window.Property(Hourly.5.Temperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Hourly.5.FeelsLike),[COLOR=grey2]$LOCALIZE[402] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.5.Humidity),[COLOR=grey2]$LOCALIZE[406] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.5.ChancePrecipitation),[COLOR=grey2]$LOCALIZE[31908] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Hourly.5.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Hourly.5.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Hourly.5.WindSpeed)] $INFO[Window.Property(Hourly.5.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Hourly.IsFetched))</visible> </item> <item> @@ -194,7 +194,7 @@ <label2>$INFO[Window.Property(Hourly.6.Temperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Hourly.6.FeelsLike),[COLOR=grey2]$LOCALIZE[402] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.6.Humidity),[COLOR=grey2]$LOCALIZE[406] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.6.ChancePrecipitation),[COLOR=grey2]$LOCALIZE[31908] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Hourly.6.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Hourly.6.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Hourly.6.WindSpeed)] $INFO[Window.Property(Hourly.6.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Hourly.IsFetched))</visible> </item> <item> @@ -202,7 +202,7 @@ <label2>$INFO[Window.Property(Hourly.7.Temperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Hourly.7.FeelsLike),[COLOR=grey2]$LOCALIZE[402] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.7.Humidity),[COLOR=grey2]$LOCALIZE[406] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.7.ChancePrecipitation),[COLOR=grey2]$LOCALIZE[31908] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Hourly.7.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Hourly.7.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Hourly.7.WindSpeed)] $INFO[Window.Property(Hourly.7.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Hourly.IsFetched))</visible> </item> <item> @@ -210,7 +210,7 @@ <label2>$INFO[Window.Property(Hourly.8.Temperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Hourly.8.FeelsLike),[COLOR=grey2]$LOCALIZE[402] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.8.Humidity),[COLOR=grey2]$LOCALIZE[406] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.8.ChancePrecipitation),[COLOR=grey2]$LOCALIZE[31908] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Hourly.8.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Hourly.8.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Hourly.8.WindSpeed)] $INFO[Window.Property(Hourly.8.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Hourly.IsFetched))</visible> </item> <item> @@ -218,7 +218,7 @@ <label2>$INFO[Window.Property(Hourly.9.Temperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Hourly.9.FeelsLike),[COLOR=grey2]$LOCALIZE[402] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.9.Humidity),[COLOR=grey2]$LOCALIZE[406] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.9.ChancePrecipitation),[COLOR=grey2]$LOCALIZE[31908] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Hourly.9.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Hourly.9.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Hourly.9.WindSpeed)] $INFO[Window.Property(Hourly.9.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Hourly.IsFetched))</visible> </item> <item> @@ -226,7 +226,7 @@ <label2>$INFO[Window.Property(Hourly.10.Temperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Hourly.10.FeelsLike),[COLOR=grey2]$LOCALIZE[402] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.10.Humidity),[COLOR=grey2]$LOCALIZE[406] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.10.ChancePrecipitation),[COLOR=grey2]$LOCALIZE[31908] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Hourly.10.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Hourly.10.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Hourly.10.WindSpeed)] $INFO[Window.Property(Hourly.10.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Hourly.IsFetched))</visible> </item> <item> @@ -234,7 +234,7 @@ <label2>$INFO[Window.Property(Hourly.11.Temperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Hourly.11.FeelsLike),[COLOR=grey2]$LOCALIZE[402] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.11.Humidity),[COLOR=grey2]$LOCALIZE[406] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.11.ChancePrecipitation),[COLOR=grey2]$LOCALIZE[31908] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Hourly.11.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Hourly.11.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Hourly.11.WindSpeed)] $INFO[Window.Property(Hourly.11.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Hourly.IsFetched))</visible> </item> <item> @@ -242,7 +242,7 @@ <label2>$INFO[Window.Property(Hourly.12.Temperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Hourly.12.FeelsLike),[COLOR=grey2]$LOCALIZE[402] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.12.Humidity),[COLOR=grey2]$LOCALIZE[406] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.12.ChancePrecipitation),[COLOR=grey2]$LOCALIZE[31908] :[/COLOR][B] ,[/B]]</label2> <thumb>$INFO[Window.Property(Hourly.12.OutlookIcon)]</thumb> <icon>$INFO[Window.Property(Hourly.12.Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Hourly.12.WindSpeed)] $INFO[Window.Property(Hourly.12.WindDirection)]</icon> - <onclick>-</onclick> + <onclick>noop</onclick> <visible>!IsEmpty(Window.Property(Hourly.IsFetched))</visible> </item> </content> |