diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-03 17:10:27 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-03 17:10:27 +0000 |
commit | d7df2a2b0e506b33d3c9b4c8c4013c5a5b2a73ce (patch) | |
tree | a60e51a85fc38a539081caa3bc737d77e9d111c1 | |
parent | 5170cc2b677a9d521dbc2176c6bb1f25efbbc785 (diff) | |
download | elgg-d7df2a2b0e506b33d3c9b4c8c4013c5a5b2a73ce.tar.gz elgg-d7df2a2b0e506b33d3c9b4c8c4013c5a5b2a73ce.tar.bz2 |
Refs #2582. Merged [7224] to trunk.
git-svn-id: http://code.elgg.org/elgg/trunk@7225 36083f99-b078-4883-b0ff-0f9b5a30f544
-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 659d7c5ea..70d03e458 100644 --- a/mod/groups/views/default/groups/find.php +++ b/mod/groups/views/default/groups/find.php @@ -10,5 +10,5 @@ $tag_string = elgg_echo('groups:search:tags'); <h3><?php echo elgg_echo('groups:searchtag'); ?></h3> <form id="groupsearchform" action="<?php echo elgg_get_site_url(); ?>pg/groups/world/" method="get"> <input type="text" name="tag" value="<?php echo $tag_string; ?>" onclick="if (this.value=='<?php echo $tag_string; ?>') { this.value='' }" class="search_input" /> - <input type="submit" value="<?php echo elgg_echo('go'); ?>" /> -</form>
\ No newline at end of file + <input type="submit" value="<?php echo elgg_echo('search:go'); ?>" /> +</form> |