Projekt

Allgemein

Profil

GX-Bug #59803 » NewProductsOverviewFix.patch

Till Tepelmann, 30.10.2018 19:48

Unterschiede anzeigen:

src/templates/Honeygrid/module/new_products_overview.html (date 1540925163000)
7 7
		<h2>{$txt.heading_text}</h2>
8 8
	{/block}
9 9
		
10
	{if $module_content|count === 0}
11
		{block name="module_new_products_overview_no_new_products"}
12
			{$txt.text_no_new_products}
13
		{/block}
14
	{else}
10
	{if $module_content}
15 11
		{block name="module_new_products_overview_new_products"}
16 12
			{include file="get_usermod:{$tpl_path}snippets/navigation/pagination.html" info=$NAVIGATION_INFO bar=$NAVIGATION_BAR count=$NAVIGATION_PAGES_COUNT}
17 13

  
18 14
			{$module_content}
19
		
15

  
20 16
			{include file="get_usermod:{$tpl_path}snippets/navigation/pagination.html" info=$NAVIGATION_INFO bar=$NAVIGATION_BAR count=$NAVIGATION_PAGES_COUNT}
17
		{/block}
18
	{else}
19
		{block name="module_new_products_overview_no_new_products"}
20
			{$txt.text_no_new_products}
21 21
		{/block}
22 22
	{/if}
23 23
{/block}
    (1-1/1)