16 lines
684 B
Plaintext
16 lines
684 B
Plaintext
<% @nav_dispaly_course_all_label = 1
|
|
@nav_dispaly_forum_label = 1
|
|
@nav_dispaly_course_label = nil
|
|
@nav_dispaly_store_all_label = 1 %>
|
|
<h3><%=l(:label_course_new)%></h3>
|
|
<%= labelled_form_for @course do |f| %>
|
|
<div class="box tabular">
|
|
<%= render :partial => 'course_form', :locals => { :f => f } %>
|
|
<span style="padding-left: 60px; margin-left: 36px">
|
|
<%= submit_tag l(:button_create), :class => "enterprise"%>
|
|
</span>
|
|
<!-- <%#= submit_tag l(:button_create_and_continue), :name => 'course_continue' %> -->
|
|
<%= javascript_tag "$('#course_name').focus();" %>
|
|
</div>
|
|
<% end %>
|
|
<% html_title(l(:label_course_new)) -%> |