From 1b1908d4c05392d07b0a0af086a567cbc53606ba Mon Sep 17 00:00:00 2001 From: Evan Winslow Date: Thu, 19 May 2011 15:59:07 -0700 Subject: Cleaned up all the input views --- views/default/input/search.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'views/default/input/search.php') diff --git a/views/default/input/search.php b/views/default/input/search.php index 29adba5fc..becf8a11b 100644 --- a/views/default/input/search.php +++ b/views/default/input/search.php @@ -1,10 +1,13 @@ elgg_echo('placeholder:search'), + 'class' => 'elgg-input-search', ); $vars = array_merge($defaults, $vars); + +$vars['type'] = 'search'; + ?> - /> \ No newline at end of file + /> \ No newline at end of file -- cgit v1.2.3