From 5c3fb0015c5e4a8b36008704904b85fff59b158d Mon Sep 17 00:00:00 2001 From: Jason Oster Date: Tue, 9 Feb 2010 21:43:09 +0000 Subject: Update search box style on search page --- search.php | 10 ++++++---- templates/default/search.tpl | 12 ++++++------ 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/search.php b/search.php index 7932870..d73540f 100644 --- a/search.php +++ b/search.php @@ -23,13 +23,15 @@ if (isset($_GET['query']) && $_GET['query'] != '') { $search_box = ''; $search_box .= + '
'."\n". '
'."\n". - ''."\n". + ''."\n". ''."\n". ''."\n". - ''."\n". - ''."\n". - '
'; + ''."\n". + ''."\n". + ''."\n". + '
'; $search_started = getmicrotime(); if ($search_valid) { diff --git a/templates/default/search.tpl b/templates/default/search.tpl index 87f60c8..c352887 100644 --- a/templates/default/search.tpl +++ b/templates/default/search.tpl @@ -6,7 +6,7 @@ - - +

{L_RESULTS}

{CALENDAR_NAME} {L_CALENDAR}
@@ -58,7 +58,7 @@ - + {L_EXCEPTION}: {DAYOFMONTH}
@@ -84,16 +84,16 @@
- +
- +

{L_NO_RESULTS}

- +
{SEARCH_BOX}
-- cgit v1.2.3