Merge branch 'dashboard' of github.com:Rulingcom/orbit into dashboard
Conflicts: vendor/built_in_modules/announcement/app/views/panel/announcement/back_end/bulletins/_form.html.erb vendor/built_in_modules/page_content/app/views/panel/page_content/back_end/page_contexts/_form.html.erb
This commit is contained in:
		
						commit
						5f5871d1c2
					
				| 
						 | 
					@ -153,19 +153,19 @@
 | 
				
			||||||
						<% end %>
 | 
											<% end %>
 | 
				
			||||||
					</div>
 | 
										</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
					<div class="title">
 | 
										<div class="editor">
 | 
				
			||||||
						<%= f.label :subtitle %>
 | 
											<%= f.label :subtitle %>
 | 
				
			||||||
						<%= f.fields_for :subtitle, (@bulletin.new_record? ? @bulletin.build_subtitle : @bulletin.subtitle ) do |f| %>
 | 
											<%= f.fields_for :subtitle, (@bulletin.new_record? ? @bulletin.build_subtitle : @bulletin.subtitle ) do |f| %>
 | 
				
			||||||
							<%= I18nVariable.from_locale(locale) %>
 | 
												<%= I18nVariable.from_locale(locale) %>
 | 
				
			||||||
							<%= f.text_area locale, :style=>"width:100%" %>
 | 
												<%= f.text_area locale, :style=>"width:100%", :class => 'tinymce_textarea' %>
 | 
				
			||||||
						<% end %>
 | 
											<% end %>
 | 
				
			||||||
					</div>  
 | 
										</div>  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
					<div class="title">
 | 
										<div class="editor">
 | 
				
			||||||
						<%= f.label :text %>
 | 
											<%= f.label :text %>
 | 
				
			||||||
						<%= f.fields_for :text, (@bulletin.new_record? ? @bulletin.build_text : @bulletin.text ) do |f| %>
 | 
											<%= f.fields_for :text, (@bulletin.new_record? ? @bulletin.build_text : @bulletin.text ) do |f| %>
 | 
				
			||||||
							<%= I18nVariable.from_locale(locale) %>
 | 
												<%= I18nVariable.from_locale(locale) %>
 | 
				
			||||||
							<%= f.text_area locale, :style=>"width:100%" %>
 | 
												<%= f.text_area locale, :style=>"width:100%", :class => 'tinymce_textarea' %>
 | 
				
			||||||
						<% end %>				
 | 
											<% end %>				
 | 
				
			||||||
					</div>
 | 
										</div>
 | 
				
			||||||
				
 | 
									
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -30,7 +30,6 @@
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
			
 | 
								
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
 | 
					 | 
				
			||||||
		<% end %>
 | 
							<% end %>
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue