From 794f729c5d9c6fca6e671305a200896ab82503b7 Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Thu, 21 Nov 2013 12:23:54 +0100 Subject: [PATCH] // Show more info content if <= 4 --- admin-dev/themes/default/template/layout.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/layout.tpl b/admin-dev/themes/default/template/layout.tpl index fcf68345e..11adc6614 100644 --- a/admin-dev/themes/default/template/layout.tpl +++ b/admin-dev/themes/default/template/layout.tpl @@ -47,10 +47,12 @@ {if isset($informations) && count($informations) && $informations}
+ {if $informations|count > 4} {l s='Click here to see more informations'} -