| 4 |
lars |
1 |
{foreach $subdir.items as $item}
|
|
|
2 |
{if $item.Artikelstamm==1}
|
|
|
3 |
{include file="subdir_artstamm.tpl" artstamm=$item}
|
|
|
4 |
{else}
|
|
|
5 |
{include file="item_small.tpl" inline}
|
|
|
6 |
{/if}
|
|
|
7 |
{foreachelse}
|
|
|
8 |
<div class="box_2">
|
|
|
9 |
<div class="box_top"> </div>
|
|
|
10 |
<div class="box_middle" style="padding: 2%;text-align: center;font-size: 1.5em;">Keine Artikel gefunden <br /><br />
|
|
|
11 |
<button class="shopButton resetSearchButton" style="font-size:0.7em !important">Suchfilter zurücksetzen</button>
|
|
|
12 |
</div>
|
|
|
13 |
</div>
|
|
|
14 |
{/foreach}
|
|
|
15 |
<script>
|
|
|
16 |
$(document).ready(function(){
|
|
|
17 |
$(".resetSearchButton").button();
|
|
|
18 |
$(".resetSearchButton").click(function(){
|
|
|
19 |
$(".resetbutton").trigger("click");
|
|
|
20 |
});
|
|
|
21 |
})
|
|
|
22 |
</script>
|