From: Andreas Gohr Date: Wed, 7 Dec 2005 10:37:30 +0000 (+0100) Subject: fixed marker and search for CSV export X-Git-Tag: 0.7.1~108 X-Git-Url: https://git.sur5r.net/?p=contagged;a=commitdiff_plain;h=ed858035672d61f8d764fd4bf6e41ddafae8c9d0 fixed marker and search for CSV export darcs-hash:20051207103730-6e07b-4ed501cd104e65ccf19d7cfea2b8f8ab1d37aaa9.gz --- diff --git a/index.php b/index.php index 22d5c10..e90d846 100644 --- a/index.php +++ b/index.php @@ -44,6 +44,8 @@ tpl_markers(); $smarty->assign('list',$list); $smarty->assign('filter',$_REQUEST['filter']); + $smarty->assign('marker',$_REQUEST['marker']); + $smarty->assign('search',$_REQUEST['search']); //display templates if($_REQUEST['export'] == 'csv'){ header("Content-Type: text/csv"); diff --git a/templates/footer.tpl b/templates/footer.tpl index ef01231..b77ae16 100644 --- a/templates/footer.tpl +++ b/templates/footer.tpl @@ -12,7 +12,7 @@ {$lang.vcfexport} {/if} {if $list} - {$lang.csvexport} + {$lang.csvexport} {/if} {if $user} {$lang.vcfimport}