Datumsfilter der Kuponstatistik (min. ab Version 3.12+)

sPooKee

Offizieller Service Partner
SPBanner
11. Januar 2011
74
2
Regensburg
Zielseite: http://www.jtlshop.de/admin/kuponstatistik.php

Nach einer Suche übernimmt er das ausgewählte "Jahr" nicht wieder in den Filter. (weder bei "Von" noch bei "Bis")

Lösung: /admin/template/tpl_inc/kuponstatistik_uebersicht.tpl

Code:
40: -- <option value="{$smarty.section.fromYear.index}"{if $cFromDate_arr.nJahr == [B]1[/B]} selected{/if}>{$smarty.section.fromYear.index}</option>
40: ++ <option value="{$smarty.section.fromYear.index}"{if $cFromDate_arr.nJahr == [B]$smarty.section.fromYear.index[/B]} selected{/if}>{$smarty.section.fromYear.index}</option>

68: -- <option value="{$smarty.section.toYear.index}"{if [B]$cToDate_arr.nYear == 1[/B]} selected{/if}>{$smarty.section.toYear.index}</option>
68: ++ <option value="{$smarty.section.toYear.index}"{if [B]$cToDate_arr.nJahr == $smarty.section.toYear.index[/B]} selected{/if}>{$smarty.section.toYear.index}</option>
 

Ähnliche Themen