app/views/admin/content/new.html.erb in typo-5.1.3 vs app/views/admin/content/new.html.erb in typo-5.1.98
- old
+ new
@@ -1,3 +1,3 @@
<% subtabs_for(:write) %>
<%= render :partial => "drafts" %>
-<%= render :partial => "admin/shared/edit", :locals => { :form_type => "article", :form_action => { :action => "new" } } %>
+<%= render :partial => "admin/shared/edit", :locals => { :form_type => "article", :form_action => { :action => "new", :id => @article.id , :class => ('autosave' if current_user.editor == 0)} } %>