X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Dialog.CoreNotifyRecur.js;h=7fdd1350368e3e198780b17706ef9144beafe38e;hb=cc771a0270ee3becd3f8230473ae1abddac85445;hp=426a3fbbac1a8a2a73467c6d4fb10dff78b1c82a;hpb=032a182471b2a42a40d070b2756653032b55c698;p=Pman.Core diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index 426a3fbb..7fdd1350 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -707,7 +707,9 @@ Pman.Dialog.CoreNotifyRecur = { '|xns' : 'Roo.grid', dataIndex : 'keyword_filters', header : _this._strings['867343577fa1f33caa632a19543bd252'], - renderer : function(v) { return String.format('{0}', v ? v : ''); }, + renderer : function(v) { + return String.format('{0}', v ? v : ''); + }, width : 75, xns : Roo.grid, xtype : 'ColumnModel'