Pman.Dialog.CoreNotifyRecurKeywords.bjs
authorEdward <edward@roojs.com>
Mon, 4 May 2015 07:34:34 +0000 (15:34 +0800)
committerEdward <edward@roojs.com>
Mon, 4 May 2015 07:34:34 +0000 (15:34 +0800)
Pman.Dialog.CoreNotifyRecurKeywords.js

Pman.Dialog.CoreNotifyRecurKeywords.bjs
Pman.Dialog.CoreNotifyRecurKeywords.js

index b4cc828..cb048ac 100644 (file)
@@ -80,7 +80,7 @@
          "name" : "camapign_id_name",
          "qtip" : "Select campaign",
          "queryParam" : "search[name]",
-         "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{display_name}</b> </div>",
+         "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>#{pressrelease_id} - {name}</b></div>",
          "loadingText" : "Searching...",
          "items" : [
           {
index 85514a9..312b3fe 100644 (file)
@@ -204,7 +204,7 @@ Pman.Dialog.CoreNotifyRecurKeywords = {
           qtip : _this._strings['0ee0f676f631ad4e8a5844314a3a20de'],
           queryParam : 'search[name]',
           selectOnFocus : true,
-          tpl : '<div class=\"x-grid-cell-text x-btn button\"><b>{display_name}</b> </div>',
+          tpl : '<div class=\"x-grid-cell-text x-btn button\"><b>#{pressrelease_id} - {name}</b></div>',
           triggerAction : 'all',
           typeAhead : false,
           valueField : 'id',