From e34eb1587765555d099ef958351809dd5d838cd5 Mon Sep 17 00:00:00 2001 From: Pascal Corpet Date: Fri, 7 Jan 2005 16:47:12 +0000 Subject: [PATCH] closes bug 237 : focus sur le quick search git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-232 --- templates/search.quick.form.tpl | 13 ++++--------- templates/search.quick.tpl | 3 +-- templates/search.tpl | 2 +- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/templates/search.quick.form.tpl b/templates/search.quick.form.tpl index 54f6e04..bf20bd4 100644 --- a/templates/search.quick.form.tpl +++ b/templates/search.quick.form.tpl @@ -20,7 +20,7 @@

Recherche simple dans l'annuaire

-
+
@@ -42,19 +42,14 @@
+{if $show_js} {literal} {/literal} +{/if} {* vim:set et sw=2 sts=2 sws=2: *} diff --git a/templates/search.quick.tpl b/templates/search.quick.tpl index d19c8bb..dd845be 100644 --- a/templates/search.quick.tpl +++ b/templates/search.quick.tpl @@ -18,8 +18,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************} -{include file="search.quick.form.tpl"} - +{include file="search.quick.form.tpl" show_js=1}

Comment faire une recherche ?

Nom, Prenom, Promo ...

diff --git a/templates/search.tpl b/templates/search.tpl index 574535c..0cd1564 100644 --- a/templates/search.tpl +++ b/templates/search.tpl @@ -21,7 +21,7 @@ {if $formulaire==0 and !$xorg_error->errs|count} {if !$advanced} - {include file='search.quick.form.tpl'} + {include file='search.quick.form.tpl' show_js=1} {else} {include file=search.adv.links.tpl do_title=1} {/if} -- 2.1.4