X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Dialog.CoreAutoSavePreview.bjs;h=73b12034ff67e4e9c18b8e1b01e82dd94de38d3a;hp=cac6b258fe3ce85f65cb13266d154b7e4a00aa45;hb=HEAD;hpb=140ea17b67b5c4ab0305fc7e871277eef7b75210 diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index cac6b258..73b12034 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -2,10 +2,11 @@ "name" : "Pman.Dialog.CoreAutoSavePreview", "parent" : "", "title" : "", - "path" : "/home/alan/gitlive/Pman.Core/Pman.Dialog.CoreAutoSavePreview.bjs", + "path" : "/home/johns/gitlive/Pman.Core/Pman.Dialog.CoreAutoSavePreview.bjs", "permname" : "", "modOrder" : "001", "strings" : { + "53e5aa2c97fef1555d2511de8218c544" : "By", "87f9f735a1d36793ceaecd4e47124b63" : "Events", "ea4788705e6873b424c65e91c2846b19" : "Cancel", "bd88a20b53a47f7b5704a83a15ff5506" : "Saved Version", @@ -35,8 +36,8 @@ }, { "xtype" : "LayoutRegion", - "width" : 200, "$ xns" : "Roo", + "width" : 200, "split" : true, "* prop" : "west" }, @@ -85,8 +86,8 @@ "items" : [ { "$ url" : "baseURL + '/Roo/Events.php'", - "xtype" : "HttpProxy", "method" : "GET", + "xtype" : "HttpProxy", "$ xns" : "Roo.data", "* prop" : "proxy" }, @@ -110,8 +111,8 @@ }, { "xtype" : "ColumnModel", - "width" : 100, "header" : "Date", + "width" : 100, "$ renderer" : "function(v) { return String.format('{0}', v ? v.format('Y-m-d H:i:s') : ''); }", "$ xns" : "Roo.grid", "* prop" : "colModel[]", @@ -119,12 +120,12 @@ }, { "xtype" : "ColumnModel", - "header" : "Date", "width" : 100, - "$ renderer" : "function(v) { return String.format('{0}', v ? v.format('Y-m-d H:i:s') : ''); }", + "header" : "By", + "$ renderer" : "function(v) { return String.format('{0}', v ); }", "$ xns" : "Roo.grid", "* prop" : "colModel[]", - "dataIndex" : "event_when" + "dataIndex" : "person_id_name" } ] } @@ -135,8 +136,8 @@ "render" : "function (_self)\n{\n _this.viewPanel = _self;\n}" }, "autoScroll" : true, - "background" : false, "fitToFrame" : true, + "background" : false, "region" : "center", "xtype" : "ContentPanel", "fitContainer" : true,