[IMP] Added specific class to global view manager

bzr revid: nicolas.vanhoren@openerp.com-20120615155425-4vmtwcbx0glb8wxg
This commit is contained in:
niv-openerp 2012-06-15 17:54:25 +02:00
parent eac5591cac
commit e26aafb46d
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ instance.web.ActionManager = instance.web.Widget.extend({
this.inner_action = action;
this.inner_viewmanager = new instance.web.ViewManagerAction(this, action);
this.inner_viewmanager.appendTo(this.$element);
this.inner_viewmanager.$element.addClass("oe_view_manager_global");
}
},
ir_actions_act_window_close: function (action, on_closed) {