配置课程是对齐单选框

This commit is contained in:
sw 2015-03-27 16:05:38 +08:00
parent 1e3b28d4bd
commit 8374ba1995
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
</li>
<li class=" mb5 ml30">
<label >学生列表公开&nbsp;&nbsp;</label>
<input <%= @course.open_student == 1 ? 'checked' : ''%> id="course_open_student" name="course[open_student]" type="checkbox"/>
<input <%= @course.open_student == 1 ? 'checked' : ''%> id="course_open_student" name="course[open_student]" type="checkbox" style="margin-left: 1px;"/>
<span class="c_grey">(打钩为"学生列表公开",不打钩为不公开,若不公开,则课程外部人员看不到学生列表)</span>
<div class="cl"></div>
</li>