app/helpers/alchemy/admin/contents_helper.rb in alchemy_cms-2.1.2 vs app/helpers/alchemy/admin/contents_helper.rb in alchemy_cms-2.1.3

- old
+ new

@@ -33,19 +33,19 @@ end # Renders a link to show the new content overlay def render_new_content_link(element) link_to_overlay_window( - t('add new content'), + render_icon('create') + t('add new content'), alchemy.new_admin_element_content_path(element), { - :size => '305x40', + :size => '335x70', :title => t('Select an content'), :overflow => true }, { :id => "add_content_for_element_#{element.id}", - :class => 'button new_content_link' + :class => 'small button with_icon new_content_link' } ) end # Renders a link to create a new content in element editor