[fix] forgot one usage of normal dialog method

bzr revid: nicolas.vanhoren@openerp.com-20120221085545-mgd73hrvr6fcp0g6
This commit is contained in:
niv-openerp 2012-02-21 09:55:45 +01:00
parent 75f458a01b
commit bd026cd3c0
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ openerp.web.form.DashBoard = openerp.web.form.Widget.extend({
var qdict = {
current_layout : this.$element.find('.oe-dashboard').attr('data-layout')
};
var $dialog = $('<div>').dialog({
var $dialog = openerp.web.dialog($('<div>'), {
modal: true,
title: _t("Edit Layout"),
width: 'auto',