aboutsummaryrefslogtreecommitdiff
path: root/views/default/admin/user_opt/search.php
blob: 32477e9cf210deb3b4aa4aaf627cbe4d203e24a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
	/**
	 * Elgg user search box.
	 * 
	 * @package Elgg
	 * @subpackage Core
	 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
	 * @author Marcus Povey
	 * @copyright Curverider Ltd 2008
	 * @link http://elgg.org/
	 */
?>
<div id="search-box">
	<form>
	<b><?php echo elgg_echo('admin:user:label:search'); ?></b>
	<input type="text" name="s"  />
	<input type="submit" name="<?php echo elgg_echo('admin:user:label:seachbutton'); ?>" 
		value="<?php echo elgg_echo('admin:user:label:seachbutton'); ?>" />
	</form> 
</div>