From ed858035672d61f8d764fd4bf6e41ddafae8c9d0 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 7 Dec 2005 11:37:30 +0100 Subject: [PATCH] fixed marker and search for CSV export darcs-hash:20051207103730-6e07b-4ed501cd104e65ccf19d7cfea2b8f8ab1d37aaa9.gz --- index.php | 2 ++ templates/footer.tpl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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} -- 2.39.2