Skip to content

Commit

Permalink
update groups button class
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesdubois committed Dec 6, 2016
1 parent 5a8369b commit fb43df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/main_sections/ms_groups/ms_group_show.php
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ function form_action_group($systemid) {
}
echo "<div class='col-md-8 col-md-offset-2'>";
formGroup('select', 'actshowgroup', $l->g(585), '', '', '', '', $arrayData, $arrayData, '');
echo "<input type='submit' name='modify' class='btn btn-info' value=".$l->g(13).">";
echo "<input type='submit' name='modify' class='btn btn-success' value=".$l->g(13).">";
echo "</div>";

}
Expand Down

0 comments on commit fb43df2

Please sign in to comment.