diff options
| author | 2013-03-16 20:29:24 +0100 | |
|---|---|---|
| committer | 2013-03-16 20:29:24 +0100 | |
| commit | 9daa4c14636ca6b70031344f812ac99947b3a2b0 (patch) | |
| tree | 7a0ec97e6e3e99c0af588bda39e69207b511cff4 /app/layout/header.phtml | |
| parent | c164e0b456a0642a7ef8e2c044b0f591b25c9d64 (diff) | |
Ajout champs de recherche + désactivation des raccourcis quand un input a le focus -> fix bugs #18 et #29
Diffstat (limited to 'app/layout/header.phtml')
| -rw-r--r-- | app/layout/header.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/header.phtml b/app/layout/header.phtml index 04dbd91ff..351984aa7 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -17,7 +17,7 @@ <form action="<?php echo _url ('index', 'index'); ?>" method="get"> <div class="stick"> <?php $s = Request::param ('search', ''); ?> - <input type="text" name="search" id="search" value="<?php echo $s; ?>" placeholder="Rechercher (non fonctionnel)" /> + <input type="text" name="search" id="search" value="<?php echo $s; ?>" placeholder="Rechercher sur les titres" /> <button class="btn" type="submit"><i class="icon i_search"></i></button> </div> </form> |
