Fix #7175 - refine translation code
[Pman.Admin] / Pman.Tab.AdminEmailTemplates.bjs
index 013de0e..eaad9ce 100644 (file)
   "00d6e06d2f3c092b4f5e1e708a360b0f" : "Displaying Message{0} - {1} of {2}",
   "9076cbba1d9ef79280b4f39e2aa0d115" : "Nothing found",
   "b78a3223503896721cca1303f776159b" : "Title",
+  "68b00d723d37122f64da8d9939f836f0" : "BCC Group",
   "9e11143e29a031212f2cdefcf61f39e9" : "View Message",
   "f49559cda3fb906fbd7736f8b8a0e37d" : "Email Template",
+  "01bd6a16732dfa2b760dc8566c58afae" : "Download to Excel",
   "4a4a8fe0c6dfb6bd2a41755d15eb6f0b" : "From Name",
   "4ca679a383343ab3d4ca1cd7c91b43f7" : "From Email",
   "5fb63579fc981698f97d55bfecb213ea" : "Copy",
  },
  "items" : [
   {
+   "listeners" : {
+    "render" : "function (_self)\n{\n    _this.nest = this;\n}"
+   },
    "region" : "center",
-   "title" : "Email Template",
    "xtype" : "NestedLayoutPanel",
+   "title" : "Email Template",
    "$ xns" : "Roo",
    "items" : [
     {
@@ -39,7 +44,6 @@
        "* prop" : "center"
       },
       {
-       "autoScroll" : false,
        "xtype" : "LayoutRegion",
        "$ xns" : "Roo",
        "split" : true,
@@ -51,9 +55,9 @@
        "listeners" : {
         "|activate" : "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
        },
-       "fitToframe" : true,
        "background" : true,
        "region" : "center",
+       "fitToframe" : true,
        "title" : "core_email",
        "xtype" : "GridPanel",
        "fitContainer" : true,
            },
            "xtype" : "Store",
            "remoteSort" : true,
-           "$ sortInfo" : "{ field : 'name', direction: 'ASC' }",
+           "$ sortInfo" : "{ field : 'description', direction: 'ASC' }",
            "$ xns" : "Roo.data",
            "* prop" : "dataSource",
            "items" : [
             {
              "$ url" : "baseURL + '/Roo/Core_email.php'",
-             "method" : "GET",
              "xtype" : "HttpProxy",
+             "method" : "GET",
              "$ xns" : "Roo.data",
              "* prop" : "proxy"
             },
            "items" : [
             {
              "listeners" : {
-              "|click" : "function()\n{\n  var sel = _this.grid.selModel.getSelected();\n  if (!sel) {\n        Roo.MessageBox.alert(\"Error\", \"Select a message to copy\");\n        return;\n    }\nnew Pman.Request({\n    url : baseURL + '/Roo/Core_email',\n    method : 'POST',\n    params : {\n        id : sel.data.id,\n        _make_copy : 1\n    },\n    success : function() {\n        _this.grid.footer.onClick('refresh');\n    }\n});\n  \n}\n"
+              "|click" : "function()\n{\n   \nnew Pman.Download({\n    url : baseURL + '/Roo/Core_email',\n    method : 'GET',\n    params : {\n        csvCols : '*',\n        csvTitles : '*'\n    }\n});\nRoo.MessageBox.alert(\"Notice\", \"Should be downloading now\");\n  \n}\n"
              },
-             "text" : "Copy",
+             "text" : "Download to Excel",
              "xtype" : "Button",
-             "cls" : "x-btn-text-icon",
-             "$ icon" : "Roo.rootURL + 'images/default/dd/drop-add.gif'",
              "$ xns" : "Roo.Toolbar"
             }
            ]
            "xtype" : "ColumnModel",
            "width" : 250,
            "header" : "Name",
-           "$ renderer" : "function(v) { return String.format('{0}', v); }",
+           "$ renderer" : "function(v,x,r) \n{ \n    if (r.data.description.length > 0) {\n        v = r.data.description;\n    }\n    \n    \n    if(r.data.active * 1 < 1){\n        return String.format('<s>{0}</s>', v ? v : ''); \n    }\n    \n    return String.format('{0}', v ? v : ''); \n}",
            "$ xns" : "Roo.grid",
            "Boolean sortable" : true,
-           "* prop" : "colModel[]",
+           "* prop" : "cm[]",
            "dataIndex" : "name"
           },
           {
            "xtype" : "ColumnModel",
            "width" : 300,
            "header" : "Title",
-           "$ renderer" : "function(v) { return String.format('{0}', v); }",
+           "$ renderer" : "function(v,x,r) \n{ \n    if(r.data.active * 1 < 1){\n        return String.format('<s>{0}</s>', v ? v : ''); \n    }\n    \n    return String.format('{0}', v ? v : ''); \n}",
            "$ xns" : "Roo.grid",
            "Boolean sortable" : true,
-           "* prop" : "colModel[]",
+           "* prop" : "cm[]",
            "dataIndex" : "subject"
           },
           {
            "xtype" : "ColumnModel",
-           "width" : 400,
+           "width" : 150,
            "header" : "From Name",
-           "$ renderer" : "function(v) { return String.format('{0}', v); }",
+           "$ renderer" : "function(v) { return String.format('{0}', v ? v : ''); }",
            "$ xns" : "Roo.grid",
            "Boolean sortable" : true,
-           "* prop" : "colModel[]",
+           "* prop" : "cm[]",
            "dataIndex" : "from_name"
           },
           {
            "xtype" : "ColumnModel",
-           "width" : 400,
            "header" : "From Email",
-           "$ renderer" : "function(v) { return String.format('{0}', v); }",
+           "width" : 150,
+           "$ renderer" : "function(v) { return String.format('{0}', v ? v : ''); }",
            "$ xns" : "Roo.grid",
            "Boolean sortable" : true,
-           "* prop" : "colModel[]",
+           "* prop" : "cm[]",
            "dataIndex" : "from_email"
+          },
+          {
+           "xtype" : "ColumnModel",
+           "width" : 150,
+           "header" : "BCC Group",
+           "$ renderer" : "function(v) { return String.format('{0}', v ? v : ''); }",
+           "$ xns" : "Roo.grid",
+           "Boolean sortable" : true,
+           "* prop" : "cm[]",
+           "dataIndex" : "bcc_group_name"
           }
          ]
         }
        "listeners" : {
         "render" : "function (_self)\n{\n    _this.viewPanel = _self;\n}"
        },
-       "autoScroll" : true,
-       "fitToFrame" : true,
        "background" : false,
        "region" : "south",
+       "Boolean fitContainer" : true,
        "title" : "View Message",
        "xtype" : "ContentPanel",
-       "fitContainer" : true,
+       "Boolean fitToFrame" : true,
        "$ xns" : "Roo",
+       "Boolean autoScroll" : true,
        "items" : [
         {
          "listeners" : {
           {
            "listeners" : {
             "beforeload" : "function (_self, options)\n{\n    options.params = options.params || {};\n    var p = _this.grid.selModel.getSelected();\n    if (!p || !p.data.id) {\n        this.removeAll();\n        return false;\n    }\n   \n    options.params['id'] = p.data.id;\n \n}",
-            "load" : "function (_self, records, options)\n{\n    var p = _this.grid.selModel.getSelected();\n  //  Roo.log(p);\n    if (!p || !p.data.id) {\n        this.removeAll();\n        return false;\n    }\n  /*  \n    new Pman.Request({\n        url : baseURL + '/Roo/crm_action.php',\n        method : 'GET',\n        params : {\n            person_id : p.data.id,\n            sort : 'action_dt',\n            dir : 'DESC'\n        },\n        success : function(res) {\n            if(res.success){\n                var el = _this.cpanel.el.select('.crm-history-content').first();\n                _this.historyTemplate.overwrite(el, res);\n                el.select('.crm-history-log').on('click', Pman.Crm.auditToggle);\n                //Roo.log(res);\n            }\n        },\n        failure : function(e) {\n            //Roo.log(e);\n          _this.grid.ds.load({});\n        }\n        \n    });\n    */\n\n//_this.historyTemplate = new Roo.DomTemplate({url : rootURL+'/Pman/Crm/domtemplates/crm_history.html'})\n\n/*\n  new pman request ([\n  \n  } successs(data)\n       el = _this.elemmnt.select('.services')\n       _this.serviceTemplate.overwite(el, data)\n  */\n}"
+            "load" : "function (_self, records, options)\n{\n    var p = _this.grid.selModel.getSelected();\n  //  Roo.log(p);\n    if (!p || !p.data.id) {\n        this.removeAll();\n        return false;\n    }\n \n}"
            },
            "xtype" : "Store",
            "$ xns" : "Roo.data",
            "items" : [
             {
              "$ url" : "baseURL+'/Roo/Core_email.php'",
-             "method" : "GET",
              "xtype" : "HttpProxy",
+             "method" : "GET",
              "$ xns" : "Roo.data",
              "* prop" : "proxy"
             },