From af0be8f9546fb5dec947be33e465bb6d9e85d0a7 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Thu, 27 Mar 2008 22:59:06 +0100 Subject: issue111, first try of auto completion for tag search box Signed-off-by: Andreas Unterkircher --- themes/default/templates/header.tpl | 11 +++++++++++ themes/default/templates/search.tpl | 4 ++++ 2 files changed, 15 insertions(+) (limited to 'themes/default') diff --git a/themes/default/templates/header.tpl b/themes/default/templates/header.tpl index c233bb3..f98705a 100644 --- a/themes/default/templates/header.tpl +++ b/themes/default/templates/header.tpl @@ -14,4 +14,15 @@ { /if } + { if ! $use_autocomplete } + + + + + + + + + + { /if } diff --git a/themes/default/templates/search.tpl b/themes/default/templates/search.tpl index 10800e1..e6baaa9 100644 --- a/themes/default/templates/search.tpl +++ b/themes/default/templates/search.tpl @@ -7,7 +7,11 @@ Tag: + { if ! $use_autocomplete } + + { else } + { /if } -- cgit v1.2.3-18-g5258