You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
473 B
12 lines
473 B
6 years ago
|
<h3><%=l(:label_version)%></h3>
|
||
|
|
||
|
<%= labelled_form_for @version,:html=>{:id=>"new_project_version_form"} do |f| %>
|
||
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
||
|
<a href="#" onclick="$('#new_project_version_form').submit();" class="blue_btn ml110"><%=l(:button_save)%></a>
|
||
|
<% end %>
|
||
|
|
||
|
<script>
|
||
|
$("#new_project_version_form").parent().css({"width":"730px","background-color":"#fff","padding":"10px","margin-left":"10px","margin-bottom":"10px"});
|
||
|
</script>
|
||
|
|