From 144f16a71f7289bb891c52995061aee21e3e08f9 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Fri, 28 Mar 2008 17:02:18 +0100 Subject: remove autocomplete and use autosuggest instead Signed-off-by: Andreas Unterkircher --- themes/default/templates/credits.tpl | 1 + themes/default/templates/header.tpl | 11 ++--------- themes/default/templates/search.tpl | 13 ++++++++++++- 3 files changed, 15 insertions(+), 10 deletions(-) (limited to 'themes') diff --git a/themes/default/templates/credits.tpl b/themes/default/templates/credits.tpl index f1c9912..d0e6294 100644 --- a/themes/default/templates/credits.tpl +++ b/themes/default/templates/credits.tpl @@ -12,6 +12,7 @@ Most icons from Silvestre Herrera's Nuovo icon kit.
Lightbox2 + Ajax Auto Suggest
F-Spot database version: {$db_version} diff --git a/themes/default/templates/header.tpl b/themes/default/templates/header.tpl index f98705a..72257df 100644 --- a/themes/default/templates/header.tpl +++ b/themes/default/templates/header.tpl @@ -15,14 +15,7 @@ { /if } { if ! $use_autocomplete } - - - - - - - - - + + { /if } diff --git a/themes/default/templates/search.tpl b/themes/default/templates/search.tpl index e6baaa9..ee9a7e1 100644 --- a/themes/default/templates/search.tpl +++ b/themes/default/templates/search.tpl @@ -8,7 +8,18 @@ Tag: { if ! $use_autocomplete } - + + { literal } + + { /literal } { else } { /if } -- cgit v1.2.3-18-g5258