##// END OF EJS Templates
Raise the height of text custom fields....
Raise the height of text custom fields. git-svn-id: http://svn.redmine.org/redmine/trunk@16252 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r13116:c2e73160daa7
r15870:8e4cb42f8e06
Show More
_new_modal.html.erb
9 lines | 401 B | text/plain | TextLexer
Jean-Philippe Lang
Adds a single controller for users and groups memberships and support for adding multiple projects at once (#11702)....
r13116 <h3 class="title"><%= l(:label_add_projects) %></h3>
<%= form_for :membership, :remote => true, :url => user_memberships_path(@principal), :method => :post do |f| %>
<%= render :partial => 'new_form' %>
<p class="buttons">
<%= submit_tag l(:button_add), :name => nil %>
<%= submit_tag l(:button_cancel), :name => nil, :onclick => "hideModal(this);", :type => 'button' %>
</p>
<% end %>