From b6512ef80ecc792b06ad88160c512102401c15b7 Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Wed, 29 Jul 2009 14:40:39 +0000 Subject: [PATCH] Added search box for testing purposes. Still need to come up with UI and placement. --- unl_theme/views/default/page_elements/unl_nav.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/unl_theme/views/default/page_elements/unl_nav.php b/unl_theme/views/default/page_elements/unl_nav.php index ce861ed2..6f3bc51d 100644 --- a/unl_theme/views/default/page_elements/unl_nav.php +++ b/unl_theme/views/default/page_elements/unl_nav.php @@ -76,4 +76,10 @@ <?php } ?> -</ul> \ No newline at end of file +</ul> +<div id="elgg_topbar_container_search"> +<form id="searchform" action="<?php echo $vars['url']; ?>search/" method="get"> + <input type="text" size="21" name="tag" value="Search" onclick="if (this.value=='Search') { this.value='' }" class="search_input" /> + <input type="submit" value="Go" class="search_submit_button" /> +</form> +</div> \ No newline at end of file -- GitLab