Merge branch 'tiket-productTemplate' into develop
This commit is contained in:
commit
b294276498
@ -158,7 +158,7 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
|
||||
{if isset($images) && count($images) > 0}
|
||||
<!-- thumbnails -->
|
||||
<div id="views_block" {if isset($images) && count($images) < 2}class="hidden"{/if}>
|
||||
{if isset($images) && count($images) > 2}
|
||||
{if isset($images) && count($images) > 4}
|
||||
<a id="view_scroll_left" class="" title="{l s='Other views'}" href="javascript:{ldelim}{rdelim}">
|
||||
<img src="{$img_dir}previous_.png" alt="" />
|
||||
</a>
|
||||
@ -177,7 +177,7 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
|
||||
{/if}
|
||||
</ul>
|
||||
</div>
|
||||
{if isset($images) && count($images) > 2}
|
||||
{if isset($images) && count($images) > 4}
|
||||
<a id="view_scroll_right" title="{l s='Other views'}" href="javascript:{ldelim}{rdelim}">
|
||||
<img src="{$img_dir}next_.png" alt="" />
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user