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
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>