From 1ea3a0debfcc23bc338bd41e65a65ff13122e340 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 7 Oct 2014 23:12:48 +0200 Subject: [PATCH] bug edition textes --- app/views/admin/articles/edit.html.haml | 6 +++++- app/views/admin/events/edit.html.haml | 7 +++++-- app/views/portlet/shared/create.js.erb | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) 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