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

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

index 21385d5..d358770 100644 (file)
                             "|url": "baseURL + '/Roo/Ris_location.php'",
                             "|xns": "Roo.form",
                             "items": [
+                                {
+                                    "labelAlign": "top",
+                                    "xtype": "Row",
+                                    "|xns": "Roo.form",
+                                    "items": [
+                                        {
+                                            "fieldLabel": "Original",
+                                            "name": "",
+                                            "xtype": "TextArea",
+                                            "|xns": "Roo.form"
+                                        }
+                                    ]
+                                },
                                 {
                                     "labelAlign": "top",
                                     "xtype": "Row",
index 69c53c8..fd17638 100644 (file)
@@ -77,6 +77,19 @@ Pman.Dialog.CmsTranslateTemplates = {
                             style : 'margin: 5px',
                             url : baseURL + '/Roo/Ris_location.php',
                             items : [
+                                {
+                                    xtype: 'Row',
+                                    xns: Roo.form,
+                                    labelAlign : 'top',
+                                    items : [
+                                        {
+                                            xtype: 'TextArea',
+                                            xns: Roo.form,
+                                            fieldLabel : 'Original',
+                                            name : ''
+                                        }
+                                    ]
+                                },
                                 {
                                     xtype: 'Row',
                                     xns: Roo.form,