<%= form_for(@map, :as => :map, :url => {:action => :update_value_map}, :html => {:id => 'tr8n_form', :method => :post, :class => "tr8n"}) do |form| %> <%= hidden_field_tag :map_id, @map.id %>

<%=tra("Language Case Values")%>

<% tr8n_current_language.cases.each do |lcase| %> <% end %>
<%=tra("Keyword:")%> <%= form.text_field :key, :style=>"width:100%; border:1px solid red;" %>
 
<%=lcase.native_name%>: <%= text_field_tag "map[map][#{lcase.keyword}]", @map.implied_value_for(lcase.keyword), :style=>"width:100%;" %>
<%=lcase.description%>
<%=link_to_function(tra("close", "Tr8n lightbox close button"), "tr8nLightbox.hide()", :class => "tr8n_cancel_link") %>
<% end %>