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

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

index 28070df..2ef8860 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>#{pressrelease_id} - {name}</b></div>",
+         "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b></div>",
          "loadingText" : "Searching...",
          "items" : [
           {
index 5747e71..a823af2 100644 (file)
@@ -203,7 +203,7 @@ Pman.Dialog.CoreNotifyRecurKeywords = {
           qtip : _this._strings['0ee0f676f631ad4e8a5844314a3a20de'],
           queryParam : 'search[name]',
           selectOnFocus : true,
-          tpl : '<div class=\"x-grid-cell-text x-btn button\"><b>#{pressrelease_id} - {name}</b></div>',
+          tpl : '<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b></div>',
           triggerAction : 'all',
           typeAhead : false,
           valueField : 'id',