app/views/tr8n/phrases/_permutations_module.html.erb in tr8n-3.0.5 vs app/views/tr8n/phrases/_permutations_module.html.erb in tr8n-3.1.1

- old
+ new

@@ -1,6 +1,6 @@ -<div id="permutations_module" class="section_box colored" style="display:none"> +<div id="permutations_module" class="section grey" style="display:none"> <%= form_for(@translation, :as => :translation, :url => {:controller => "/tr8n/translations", :action => :permutate}, :html => {:id => 'permutation_form', :method => :post}) do |f| %> <%= hidden_field_tag(:translation_key_id, @translation_key.id) %> <%= hidden_field_tag(:source_url, @source_url) %> <%= hidden_field_tag(:translation_has_dependencies, "true") %> @@ -12,10 +12,10 @@ <%=trla("Some translations depend on the gender of the viewing user or the token values.")%> <%=trla("Select all of the rules types that this translation depends on.")%> <%=trla("For example, if the translation depends on the gender of the viewing user, select the gender context for the viewing_user token.")%> </div> - <div style="padding:15px; border: 1px dotted #ccc; background:#EFF8FF;" > + <div class="section blue" style="" > <%=render :partial => "/tr8n/common/permutations" %> </div> <% end %> \ No newline at end of file