去掉项目组织
This commit is contained in:
parent
c0437ae992
commit
3bfdff81ba
|
@ -12,14 +12,6 @@
|
||||||
<p style="padding-right: 20px;">
|
<p style="padding-right: 20px;">
|
||||||
<%= f.text_area :description, :rows => 8, :class => 'wiki-edit', :style => "font-size:small;width:490px;margin-left:0px;" %>
|
<%= f.text_area :description, :rows => 8, :class => 'wiki-edit', :style => "font-size:small;width:490px;margin-left:0px;" %>
|
||||||
</p><!--by young-->
|
</p><!--by young-->
|
||||||
<p>
|
|
||||||
<%#= f.text_field :enterprise_name, :size => 60, :style => "width:490px;" %>
|
|
||||||
<label for="project_description">
|
|
||||||
<%= l(:field_enterprise_name)%>
|
|
||||||
<span class="required"> </span>
|
|
||||||
</label>
|
|
||||||
<%= select_tag :organization_id,options_for_select(project_organizations_id_option,@project.organization_id),{} %>
|
|
||||||
</p>
|
|
||||||
<p style="display: none" >
|
<p style="display: none" >
|
||||||
<%= f.text_field :identifier, :required => true, :size => 60, :style => "width:488px;", :disabled => @project.identifier_frozen?, :maxlength => Project::IDENTIFIER_MAX_LENGTH,
|
<%= f.text_field :identifier, :required => true, :size => 60, :style => "width:488px;", :disabled => @project.identifier_frozen?, :maxlength => Project::IDENTIFIER_MAX_LENGTH,
|
||||||
value:"#{User.current.id.to_s + '_' +Time.now.to_s.gsub(' ','_').gsub(':','').gsub('+','')}" %>
|
value:"#{User.current.id.to_s + '_' +Time.now.to_s.gsub(' ','_').gsub(':','').gsub('+','')}" %>
|
||||||
|
|
|
@ -19,11 +19,6 @@
|
||||||
<textarea class="w543" id="project_description" name="project[description]" rows="8" placeholder="最多3000个汉字(或6000个英文字符)"><%= @project.description%></textarea>
|
<textarea class="w543" id="project_description" name="project[description]" rows="8" placeholder="最多3000个汉字(或6000个英文字符)"><%= @project.description%></textarea>
|
||||||
<div class="cl"></div>
|
<div class="cl"></div>
|
||||||
</li>
|
</li>
|
||||||
<li >
|
|
||||||
<label class="label02"> 组织 :</label>
|
|
||||||
<%= select_tag :organization_id,options_for_select(project_organizations_id_option,@project.organization_id),{} %>
|
|
||||||
</li>
|
|
||||||
<div class="cl"></div>
|
|
||||||
<li >
|
<li >
|
||||||
<label class="label02">公开 :</label>
|
<label class="label02">公开 :</label>
|
||||||
<input id="project_is_public" name="project[is_public]" type="checkbox" <%= @project.is_public ? "checked" : ""%>>
|
<input id="project_is_public" name="project[is_public]" type="checkbox" <%= @project.is_public ? "checked" : ""%>>
|
||||||
|
|
Loading…
Reference in New Issue