Pman.Dialog.CmsTranslateTemplates.bjs
authorChris <chris@roojs.com>
Tue, 16 Jul 2013 04:45:18 +0000 (12:45 +0800)
committerChris <chris@roojs.com>
Tue, 16 Jul 2013 04:45:18 +0000 (12:45 +0800)
Pman.Dialog.CmsTranslateTemplates.js

Pman.Dialog.CmsTranslateTemplates.bjs
Pman.Dialog.CmsTranslateTemplates.js

index 59e09f3..332862b 100644 (file)
                             "items": [
                                 {
                                     "|xns": "Roo.form",
-                                    "xtype": "Row"
+                                    "xtype": "Row",
+                                    "items": [
+                                        {
+                                            "fieldLabel": "Original",
+                                            "name": "",
+                                            "xtype": "TextArea",
+                                            "|xns": "Roo.form"
+                                        }
+                                    ]
                                 },
                                 {
                                     "fieldLabel": "Original",
index 4848cf6..ea0ccc9 100644 (file)
@@ -77,6 +77,18 @@ Pman.Dialog.CmsTranslateTemplates = {
                             style : 'margin: 5px',
                             url : baseURL + '/Roo/Ris_location.php',
                             items : [
+                                {
+                                    xtype: 'Row',
+                                    xns: Roo.form,
+                                    items : [
+                                        {
+                                            xtype: 'TextArea',
+                                            xns: Roo.form,
+                                            fieldLabel : 'Original',
+                                            name : ''
+                                        }
+                                    ]
+                                },
                                 {
                                     xtype: 'TextArea',
                                     xns: Roo.form,