Fix geoloc on advance search
[platal.git] / templates / search / adv.links.tpl
index 95b7027..3b238c5 100644 (file)
 
 <ul class="noprint">
   {if $with_soundex && ($smarty.request.firstname || $smarty.request.name)}
-  <li>Étendre ta recherche par <strong>
-    <a  href="{$with_soundex}">proximité sonore</a>
+  <li>Étendre ta recherche par <strong>
+    <a  href="search/adv{$plset_search}with_soundex=1">proximité sonore</a>
   </strong>
   </li>
   {/if}
 
-  <li><strong><a href="{$url_search_form}">Modifier</a>
+  <li><strong><a href="search/adv{$plset_search|regex_replace:"/rechercher=[^&]*/":""}">Modifier</a>
   </strong> ta recherche
   </li>
 
   <li>Effectuer une nouvelle <strong>
-    <a href="search/adv">recherche avancée</a>
+    <a href="search/adv">recherche avancée</a>
   </strong>
   </li>
   
@@ -45,4 +45,4 @@
   </li>
 </ul>
   
-{* vim:set et sw=2 sts=2 sws=2: *}
+{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}