Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'pr-392'
  • Loading branch information
mrclay committed Nov 14, 2012
2 parents 88412d8 + 8452c0c commit b1040a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/groups/views/default/forms/groups/edit.php
Expand Up @@ -55,7 +55,7 @@
<div> <div>
<label> <label>
<?php echo elgg_echo('groups:membership'); ?><br /> <?php echo elgg_echo('groups:membership'); ?><br />
<?php echo elgg_view('input/dropdown', array( <?php echo elgg_view('input/select', array(
'name' => 'membership', 'name' => 'membership',
'value' => $membership, 'value' => $membership,
'options_values' => array( 'options_values' => array(
Expand Down Expand Up @@ -114,7 +114,7 @@
<div> <div>
<label> <label>
<?php echo elgg_echo('groups:owner'); ?><br /> <?php echo elgg_echo('groups:owner'); ?><br />
<?php echo elgg_view('input/dropdown', array( <?php echo elgg_view('input/select', array(
'name' => 'owner_guid', 'name' => 'owner_guid',
'value' => $owner_guid, 'value' => $owner_guid,
'options_values' => $members, 'options_values' => $members,
Expand Down

0 comments on commit b1040a5

Please sign in to comment.