diff --git a/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl index c5be8b1b0..e79df643a 100644 --- a/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl @@ -54,10 +54,8 @@ $(function() { {foreach $features key=key item=feature} {foreach $feature key=k item=val name=feature_list} - {if $smarty.foreach.feature_list.first}{$key}{/if} - - {$val.value} - + {$key}{/if} + {$val.value} {/foreach} {/foreach} @@ -79,7 +77,7 @@ $(function() { {foreach $modules key=key item=module} - {$module->displayName} + {$module->displayName} {$module->description} {/foreach} @@ -99,7 +97,7 @@ $(function() { {foreach $categories key=key item=category} - + {/foreach} @@ -159,8 +157,8 @@ $(function() { {foreach $addons key=key item=addon} - - + + {/foreach}
{$category}
{$addon.title|escape:'htmlall':'UTF-8'}{$addon.description|escape:'htmlall':'UTF-8'}{$addon.title|escape:'htmlall':'UTF-8'}{$addon.description|truncate:256:'...'|escape:'htmlall':'UTF-8'}