From 77306d4d761b9d60186f195b923535f34eba31fa Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 20 Nov 2020 14:23:32 +0800 Subject: [PATCH] examples/bootstrap/dashboard4.bjs examples/bootstrap/dashboard4.js --- examples/bootstrap/dashboard4.bjs | 9 ++------- examples/bootstrap/dashboard4.js | 10 ++-------- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index 9d46a05dda..10edccbf88 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -7,10 +7,10 @@ "modOrder" : "001", "strings" : { "098f6bcd4621d373cade4e832627b4f6" : "test", - "d41d8cd98f00b204e9800998ecf8427e" : "", "e93b3fa481be3932aa08bd68c3deee70" : "example 1", "60ee66eb2cd31823032664c2e9a79fd5" : "body goes here", "9cf863d802aca813531ca28b319ead90" : "Add Issue", + "fb66f41b81f5973740bbfed019aa5d7d" : "Upload Images or Documents", "d9fb0367346d21079a1c52d72da61c9f" : "ticket 1" }, "items" : [ @@ -137,14 +137,9 @@ "$ xns" : "Roo.bootstrap", "String title" : "test", "items" : [ - { - "xtype" : "Button", - "$ xns" : "Roo.bootstrap", - "String html" : "test" - }, { "xtype" : "CardUploader", - "string html" : "", + "string html" : "Upload Images or Documents", "$ xns" : "Roo.bootstrap" } ] diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js index d2e0af6f86..0ac4769e76 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -6,10 +6,10 @@ dashboard4 = new Roo.XComponent({ _strings : { '098f6bcd4621d373cade4e832627b4f6' :"test", - 'd41d8cd98f00b204e9800998ecf8427e' :"", 'e93b3fa481be3932aa08bd68c3deee70' :"example 1", '60ee66eb2cd31823032664c2e9a79fd5' :"body goes here", '9cf863d802aca813531ca28b319ead90' :"Add Issue", + 'fb66f41b81f5973740bbfed019aa5d7d' :"Upload Images or Documents", 'd9fb0367346d21079a1c52d72da61c9f' :"ticket 1" }, @@ -164,15 +164,9 @@ dashboard4 = new Roo.XComponent({ xns : Roo.bootstrap, '|xns' : 'Roo.bootstrap', items : [ - { - xtype : 'Button', - html : _this._strings['098f6bcd4621d373cade4e832627b4f6'] /* test */, - xns : Roo.bootstrap, - '|xns' : 'Roo.bootstrap' - }, { xtype : 'CardUploader', - html : _this._strings['d41d8cd98f00b204e9800998ecf8427e'] /* */, + html : _this._strings['fb66f41b81f5973740bbfed019aa5d7d'] /* Upload Images or Documents */, xns : Roo.bootstrap, '|xns' : 'Roo.bootstrap' } -- 2.39.2