diff options
Diffstat (limited to 'addons/skin.estuary/xml/Includes_Home.xml')
-rw-r--r-- | addons/skin.estuary/xml/Includes_Home.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/addons/skin.estuary/xml/Includes_Home.xml b/addons/skin.estuary/xml/Includes_Home.xml index efdf4d4e8f..418fe37679 100644 --- a/addons/skin.estuary/xml/Includes_Home.xml +++ b/addons/skin.estuary/xml/Includes_Home.xml @@ -408,6 +408,7 @@ <param name="icon">$INFO[ListItem.Icon]</param> <param name="label">$INFO[ListItem.Label]</param> <param name="label2">$INFO[ListItem.Title]</param> + <param name="info_update">0</param> <definition> <include content="CategoryLabel"> <param name="label">$PARAM[widget_header]</param> @@ -427,7 +428,7 @@ <param name="list_id" value="$PARAM[list_id]"/> </include> <visible>Integer.IsGreater(Container($PARAM[list_id]).NumItems,$PARAM[item_treshold]) | [Container($PARAM[list_id]).IsUpdating + Integer.IsEqual(Container($PARAM[list_id]).NumItems,0)]</visible> - <itemlayout width="310" height="500"> + <itemlayout width="310" height="500" infoupdate="$PARAM[info_update]"> <control type="group"> <left>70</left> <control type="image"> @@ -486,7 +487,7 @@ </control> </control> </itemlayout> - <focusedlayout width="310" height="500"> + <focusedlayout width="310" height="500" infoupdate="$PARAM[info_update]"> <control type="group"> <depth>DepthContentPopout</depth> <left>70</left> |