X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Dialog.CoreNotifyRecur.js;h=1a09714f3caf00fd08ce812c14820852b7666bde;hp=db2ad32bbe320c9021c76b6a7d2b77a9afcea334;hb=586e4eb470252d837ba18b67e4c3c1702131fd1d;hpb=6ccfa7dbd0831b452d9d93795010d9e82e342d8b diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index db2ad32b..1a09714f 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -59,7 +59,7 @@ Pman.Dialog.CoreNotifyRecur = { '|xns' : 'Roo', height : 550, modal : true, - resizable : false, + resizable : true, title : _this._strings['c1d32776cd2d2afcd2c45a52f58679f4'], width : 800, xns : Roo, @@ -513,7 +513,7 @@ Pman.Dialog.CoreNotifyRecur = { return String.format('{0}', r.data.freq_day_name || v); }, - width : 100, + width : 150, xns : Roo.grid, xtype : 'ColumnModel', items : [ @@ -603,7 +603,7 @@ Pman.Dialog.CoreNotifyRecur = { return String.format('{0}', r.data.freq_hour_name || v); }, - width : 250, + width : 100, xns : Roo.grid, xtype : 'ColumnModel', items : [ @@ -703,17 +703,6 @@ Pman.Dialog.CoreNotifyRecur = { xtype : 'ColumnModel' } ], - cm : [ - { - '|xns' : 'Roo.grid', - dataIndex : 'last_event_id', - header : _this._strings['b26686c0a708faee42861d8b905e882e'], - renderer : function(v) { return String.format('{0}', v ? v : 'never'); }, - width : 75, - xns : Roo.grid, - xtype : 'ColumnModel' - } - ], listeners : { afteredit : function (e) { @@ -726,13 +715,6 @@ Pman.Dialog.CoreNotifyRecur = { if (_this.panel.active) { // this.footer.onClick('first'); } - }, - rowdblclick : function (_self, rowIndex, e) - { - if (!_this.dialog) return; - _this.dialog.show( this.getDataSource().getAt(rowIndex).data, function() { - _this.grid.footer.onClick('first'); - }); } }, items : [