diff --git a/app/views/admin/articles/edit.html.haml b/app/views/admin/articles/edit.html.haml index aba6de6..98c462d 100644 --- a/app/views/admin/articles/edit.html.haml +++ b/app/views/admin/articles/edit.html.haml @@ -1,7 +1,11 @@ +#toolbar-text -#article_block_edit + + + +#article_block_edit{:style => "margin-right:330px;margin-top:45px;"} =render :partial => "admin/blocks/block", :locals => {:block => @article.block, :sortable => true} diff --git a/app/views/admin/events/edit.html.haml b/app/views/admin/events/edit.html.haml index c0c6927..5465357 100644 --- a/app/views/admin/events/edit.html.haml +++ b/app/views/admin/events/edit.html.haml @@ -1,7 +1,10 @@ +#toolbar-text + + + - -#event_block_edit +#event_block_edit{:style => "margin-right:330px;margin-top:45px;"} =render :partial => "admin/blocks/block", :locals => {:block => @event.block, :sortable => true} diff --git a/app/views/portlet/shared/create.js.erb b/app/views/portlet/shared/create.js.erb index ec20433..8de923c 100644 --- a/app/views/portlet/shared/create.js.erb +++ b/app/views/portlet/shared/create.js.erb @@ -9,5 +9,5 @@ update_block_portlet_order(block_portlet_id); $(".block_portlets").sortable("enable"); - +$("#toolbar-text").html(""); <%= flash_js %> \ No newline at end of file