aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/default/groups/find.php
blob: 809ecfe44f76089b10915151c0c4431132d8e08f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

	/**
	 * A simlpe group search by tag view
	 **/
	 
?>
<div class="sidebarBox">
<h3><?php echo elgg_echo('groups:searchtag'); ?></h3>
<form id="groupssearchform" action="" method="get">
	<input type="text" name="group_find" value="Search" onclick="if (this.value=='Search') { this.value='' }" class="search_input" />
	<input type="submit" value="<?php echo elgg_echo('go'); ?>" />
</form>
</div>