|
|
|
@ -41,7 +41,7 @@
|
|
|
|
|
<span class="info" align="right" style="width: 90px; font-weight: bold ;margin-left:22px"><%= l(:label_class_period) %>
|
|
|
|
|
<span class="required"> * </span></span>
|
|
|
|
|
<span class="info" style="width: 10px;">
|
|
|
|
|
<%= text_field_tag :class_period, @course.class_period, :placeholder => "在此输入课时", :maxlength => 5 %>
|
|
|
|
|
<%= text_field_tag :class_period, @course.class_period, :placeholder => "#{l(:lable_input_class)}", :maxlength => 5 %>
|
|
|
|
|
</span>
|
|
|
|
|
<span> <strong><%= l(:label_class_hour) %></strong></span>
|
|
|
|
|
</td>
|
|
|
|
@ -56,7 +56,7 @@
|
|
|
|
|
<span class="info" align="right" style="width: 90px; font-weight: bold ;margin-left:22px"><%= l(:label_class_period) %>
|
|
|
|
|
<span class="required"> * </span></span>
|
|
|
|
|
<span class="info" style="width: 10px;">
|
|
|
|
|
<%= text_field_tag :class_period, nil, :placeholder => "在此输入课时", :maxlength => 5 %>
|
|
|
|
|
<%= text_field_tag :class_period, nil, :placeholder => "#{l(:lable_input_class)}", :maxlength => 5 %>
|
|
|
|
|
</span>
|
|
|
|
|
<strong><%= l(:label_class_hour) %></strong>
|
|
|
|
|
</td>
|
|
|
|
|