2006-07-29 19:54:22 +00:00
|
|
|
<h2><%=l(:label_role)%></h2>
|
2006-06-28 18:11:03 +00:00
|
|
|
|
2006-09-02 13:33:23 +00:00
|
|
|
<% labelled_tabular_form_for :role, @role, :url => { :action => 'edit' }, :html => {:id => 'role_form'} do |f| %>
|
|
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
2006-07-29 19:54:22 +00:00
|
|
|
<%= submit_tag l(:button_save) %>
|
2007-03-12 17:59:02 +00:00
|
|
|
<% end %>
|