From 5464167d72a6c47401ea63b68530ec4250de9339 Mon Sep 17 00:00:00 2001 From: rich Date: Wed, 3 Nov 2004 08:54:41 +0000 Subject: [PATCH] Rearranged
and
tags to allow the search box to validate. Made the search entry boxes slightly narrower (60 chars vs 70 chars). --- templates/page.html | 4 ++-- templates/page_404.html | 2 +- templates/search.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/page.html b/templates/page.html index cbf2acd..2d3b3ab 100644 --- a/templates/page.html +++ b/templates/page.html @@ -97,11 +97,11 @@
::if(search_box):: -
+
-
+ ::end:: ::if(navigation):: diff --git a/templates/page_404.html b/templates/page_404.html index 8f3c0c0..a1673a2 100644 --- a/templates/page_404.html +++ b/templates/page_404.html @@ -17,7 +17,7 @@ Search our site for this page:

- +

diff --git a/templates/search.html b/templates/search.html index 7fae64b..b6e5a00 100644 --- a/templates/search.html +++ b/templates/search.html @@ -15,7 +15,7 @@ Search: - + -- 1.8.3.1