Pman.Dialog.XtupleJournalEntry.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 09:22:44 +0000 (17:22 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 09:22:44 +0000 (17:22 +0800)
Pman.Dialog.XtupleJournalEntry.js

Pman.Dialog.XtupleJournalEntry.bjs
Pman.Dialog.XtupleJournalEntry.js

index 6af4e50..a90ed81 100644 (file)
                                         }
                                     ]
                                 },
+                                {
+                                    "|xns": "Roo.form",
+                                    "xtype": "Row",
+                                    "items": [
+                                        {
+                                            "fieldLabel": "Gltrans source",
+                                            "name": "Source",
+                                            "width": 100,
+                                            "xtype": "TextField",
+                                            "|xns": "Roo.form"
+                                        }
+                                    ]
+                                },
                                 {
                                     "fieldLabel": "Gltrans source",
                                     "name": "Source",
index 96682c1..48f72ea 100644 (file)
@@ -161,6 +161,19 @@ Pman.Dialog.XtupleJournalEntry = {
                                         }
                                     ]
                                 },
+                                {
+                                    xtype: 'Row',
+                                    xns: Roo.form,
+                                    items : [
+                                        {
+                                            xtype: 'TextField',
+                                            xns: Roo.form,
+                                            fieldLabel : 'Gltrans source',
+                                            name : 'Source',
+                                            width : 100
+                                        }
+                                    ]
+                                },
                                 {
                                     xtype: 'TextField',
                                     xns: Roo.form,