Skip to content

Commit

Permalink
MDL-32514 Remove onclick for the group delete button
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Robert Nicols authored and stronk7 committed Apr 23, 2012
1 parent 0742a01 commit 186fe7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group/index.php
Expand Up @@ -205,7 +205,7 @@
. get_string('showmembersforgroup', 'group') . '" /></p>'."\n";
echo '<p><input type="submit" '. $showeditgroupsettingsform_disabled . ' name="act_showgroupsettingsform" id="showeditgroupsettingsform" value="'
. get_string('editgroupsettings', 'group') . '" /></p>'."\n";
echo '<p><input type="submit" '. $deletegroup_disabled . ' name="act_deletegroup" onclick="onDeleteGroup()" id="deletegroup" value="'
echo '<p><input type="submit" '. $deletegroup_disabled . ' name="act_deletegroup" id="deletegroup" value="'
. get_string('deleteselectedgroup', 'group') . '" /></p>'."\n";

echo '<p><input type="submit" name="act_showcreateorphangroupform" id="showcreateorphangroupform" value="'
Expand Down

0 comments on commit 186fe7a

Please sign in to comment.