sql/cms_page.sql
[Pman.Cms] / Pman.Dialog.CmsTranslateTemplates.js
index 44958a2..7bdd170 100644 (file)
@@ -36,7 +36,7 @@ Pman.Dialog.CmsTranslateTemplates = {
             height : 450,
             modal : true,
             resizable : true,
-            title : "WARNING",
+            title : "Edit Translation",
             width : 800,
             items : [
                 {
@@ -92,9 +92,9 @@ Pman.Dialog.CmsTranslateTemplates = {
                                         {
                                             xtype: 'TextArea',
                                             xns: Roo.form,
-                                            disabled : true,
+                                            readOnly : true,
                                             fieldLabel : 'Original',
-                                            height : 300,
+                                            height : 150,
                                             name : 'src_id_txt',
                                             value : "",
                                             width : 750
@@ -110,7 +110,9 @@ Pman.Dialog.CmsTranslateTemplates = {
                                             xtype: 'TextArea',
                                             xns: Roo.form,
                                             fieldLabel : 'Translation',
-                                            name : 'txt'
+                                            height : 150,
+                                            name : 'txt',
+                                            width : 750
                                         }
                                     ]
                                 }
@@ -122,8 +124,8 @@ Pman.Dialog.CmsTranslateTemplates = {
             center : {
                 xtype: 'LayoutRegion',
                 xns: Roo,
-                title : "This text is with {TEMPLATE VARIABLE} <br />PLEASE BE CAREFUL EDITING. What's change?",
-                titlebar : true
+                titlebar : true,
+                title : "Note: If the original text contains template variables like  {TEMPLATE_VARIABLE} <br/>Be careful to retain them otherwise the translation may not work"
             },
             buttons : [
                 {