Pman.Dialog.CoreNotifyRecur.bjs
[Pman.Core] / Pman.Dialog.CoreNotifyRecur.js
index 426a3fb..7fdd135 100644 (file)
@@ -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'