From 1c1c6128407e46085fe2324e3526ed9186a6b6b7 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Fri, 22 Oct 2004 11:18:04 +0000 Subject: [PATCH] pple are blind --- templates/search.form.tpl | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/templates/search.form.tpl b/templates/search.form.tpl index ddab74c..f424934 100644 --- a/templates/search.form.tpl +++ b/templates/search.form.tpl @@ -17,36 +17,30 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: search.form.tpl,v 1.18 2004-10-12 19:54:36 x2000habouzit Exp $ + $Id: search.form.tpl,v 1.19 2004-10-22 11:18:04 x2000habouzit Exp $ ***************************************************************************}
- - - - - -
- {if $advanced eq "1"} - Recherche avancée - {else} - Recherche simple - {/if} - - {if $advanced} - [Recherche simple] - {else} - {min_auth level="cookie"} - [Recherche avancée] - {/min_auth} - {/if} -
+ {if $advanced eq "1"} + Recherche avancée + {else} + Recherche simple + {/if}
{if $error}

{$error}

+ {/if} + +{if $advanced} +

[Recherche simple]

+{else} +{min_auth level="cookie"} +

[Recherche avancée]

+{/min_auth} {/if} +
-- 2.1.4