12 lines
484 B
Plaintext
12 lines
484 B
Plaintext
<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>
|
|
|