You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
428 B
10 lines
428 B
<%= render :partial => "courses/settings/all_student_list_block" %>
|
|
|
|
<input name="choose_ids" type="hidden" value="" id="choose_member_ids">
|
|
<input type="hidden" name="all_check" value="0">
|
|
<script>
|
|
function import_students(){
|
|
var htmlvalue = '<%= escape_javascript(render :partial => 'courses/settings/import_students', :locals => {:course => @course}) %>';
|
|
pop_box_new(htmlvalue, 440, 490);
|
|
}
|
|
</script> |