diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-18 15:05:57 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-18 15:05:57 +0000 |
commit | 864b96d63b5690411f83aa3d9b2c49554aa9c25c (patch) | |
tree | 73a884673db450fed7de8b747a9cbf32277c30bd /mod/groups/views | |
parent | 627d19ce5e73fa783bdf7b19526edd93fe50ed5b (diff) | |
download | elgg-864b96d63b5690411f83aa3d9b2c49554aa9c25c.tar.gz elgg-864b96d63b5690411f83aa3d9b2c49554aa9c25c.tar.bz2 |
sidebar forms styled
git-svn-id: https://code.elgg.org/elgg/trunk@2798 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/views')
-rw-r--r-- | mod/groups/views/default/groups/find.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/groups/views/default/groups/find.php b/mod/groups/views/default/groups/find.php index e6b74f769..af8f9036c 100644 --- a/mod/groups/views/default/groups/find.php +++ b/mod/groups/views/default/groups/find.php @@ -7,9 +7,9 @@ ?>
<div class="sidebarBox">
<h3><?php echo elgg_echo('groups:searchtag'); ?></h3>
-<form id="searchform" action="" method="get">
+<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'); ?>" class="search_submit_button" />
+ <input type="submit" value="<?php echo elgg_echo('go'); ?>" />
</form>
</div>
<div class="sidebarBox">
|