# HG changeset patch # User Thierry Florac # Date 1552906694 -3600 # Node ID c9980dd1edc03ed97e27e969b282f9261bd98909 # Parent e2f6233f9185c45100687cee5de22d0edb20fc47 Added condition on item header into site summary portlets renderers diff -r e2f6233f9185 -r c9980dd1edc0 src/pyams_default_theme/shared/site/portlet/templates/site-panels-vertical.pt --- a/src/pyams_default_theme/shared/site/portlet/templates/site-panels-vertical.pt Mon Mar 18 11:57:49 2019 +0100 +++ b/src/pyams_default_theme/shared/site/portlet/templates/site-panels-vertical.pt Mon Mar 18 11:58:14 2019 +0100 @@ -23,7 +23,9 @@

${item.title}

-
${structure:tales:html(item.header)}
+
${structure:tales:html(header)}

${item.title}

-
${structure:tales:html(item.header)}
+
${structure:tales:html(header)}

${item.title}

-
${structure:tales:html(item.header)}
+
${structure:tales:html(header)}