From e6b65c3ce5e2a8b28a9fbafd4a713b6e2e8168a1 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Sun, 3 Jun 2012 18:52:32 +0200 Subject: [PATCH] Ad index: longitude and latitude fields --- apps/companyfront/modules/ad/templates/_list.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/companyfront/modules/ad/templates/_list.php b/apps/companyfront/modules/ad/templates/_list.php index 84322dc..5d29d37 100644 --- a/apps/companyfront/modules/ad/templates/_list.php +++ b/apps/companyfront/modules/ad/templates/_list.php @@ -4,8 +4,10 @@ + + - + @@ -24,6 +26,8 @@ getAdName() ?> + getAd()->getLongitude() ?> + getAd()->getLatitude() ?> ', 'ad/delete?id='.$ad->getAd()->getId(), array('method' => 'delete', 'confirm' => 'Are you sure?')) ?> -- 2.1.4