[FIX] website_blog: At one step, it says 'delete the title', but it deletes the whole block

bzr revid: chm@openerp.com-20140218151127-a6471u9l0jpot6gq
This commit is contained in:
Christophe Matthieu 2014-02-18 16:11:27 +01:00
parent 00c810ab14
commit c930e2489f
2 changed files with 3 additions and 3 deletions

View File

@ -1126,7 +1126,7 @@
},
change_cursor : function () {
var _class = this.$target.attr("class");
var _class = this.$target.attr("class") || "";
var col = _class.match(/col-md-([0-9-]+)/i);
col = col ? +col[1] : 0;

View File

@ -88,8 +88,8 @@
{
element: '.oe_active .oe_snippet_remove',
placement: 'top',
title: _t("Delete the Title"),
content: _t("From this toolbar you can move, duplicate or delete the selected zone. Click on the garbage can image to delete the title."),
title: _t("Delete the block"),
content: _t("From this toolbar you can move, duplicate or delete the selected zone. Click on the garbage can image to delete the block. Or click on the Title and delete it."),
},
{
waitNot: '.oe_active .oe_snippet_remove:visible',