|
|
|
@ -6,10 +6,10 @@
|
|
|
|
|
<p><%= f.text_field :name, :required => true, :size => 60, :style => "width:490px;" %></p>
|
|
|
|
|
|
|
|
|
|
<p style="margin-left:-10px;padding-right: 20px;"><%= f.text_area :description, :rows => 8, :class => 'wiki-edit', :style => "font-size:small;width:490px;margin-left:10px;" %></p><!--by young-->
|
|
|
|
|
<p><%= f.text_field :identifier, :required => true, :size => 60, :style => "width:488px;", :disabled => @project.identifier_frozen?, :maxlength => Project::IDENTIFIER_MAX_LENGTH %>
|
|
|
|
|
<!-- <p><%= f.text_field :identifier, :required => true, :size => 60, :style => "width:488px;", :disabled => @project.identifier_frozen?, :maxlength => Project::IDENTIFIER_MAX_LENGTH %>
|
|
|
|
|
<% unless @project.identifier_frozen? %>
|
|
|
|
|
<em class="info"><%= l(:text_length_between, :min => 1, :max => Project::IDENTIFIER_MAX_LENGTH) %> <%= l(:text_project_identifier_info).html_safe %></em>
|
|
|
|
|
<% end %></p>
|
|
|
|
|
<% end %></p> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<%= f.fields_for @course do |m| %>
|
|
|
|
|