From b5ea595553eec85f69f94d5bf69d5618b457573d Mon Sep 17 00:00:00 2001 From: Manuel Simon Hirsig Date: Wed, 9 Sep 2015 17:25:02 +0200 Subject: [PATCH] test --- Buy.lua | 6 ++---- Buy.xml | 16 +--------------- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/Buy.lua b/Buy.lua index c8b8337..33a67ec 100644 --- a/Buy.lua +++ b/Buy.lua @@ -80,7 +80,7 @@ function AuctionatorBuyBuySelectedButton_OnClick() processScanResults(data) Auctionator_Buy_ScrollbarUpdate() AuctionatorBuySearchButton:Enable() - Auctionator_Buy_ShowReport(false, orderedCount, purchasedCount) + Auctionator_Buy_ShowReport(true, orderedCount, purchasedCount) end, onAbort = function() AuctionatorBuySearchButton:Enable() @@ -202,14 +202,12 @@ function Auctionator_Buy_ScrollbarUpdate() AuctionatorBuyReportHTML:SetText("" .."

Auctionator Buy Report


" - .."

Status:"..(completed and "Completed" or "Aborted").."


" + .."

Status: "..(completed and "Completed" or "Aborted").."


" .."

" ..string.format("%i out of the %i ordered auctions have been purchased", purchasedCount, orderedCount) .."

" .."") AuctionatorBuyReportHTML:SetSpacing(3) - - AuctionatorBuyAuthorText:SetText("Author: "..AuctionatorAuthor) end end \ No newline at end of file diff --git a/Buy.xml b/Buy.xml index 1bd8ccb..bb4561e 100644 --- a/Buy.xml +++ b/Buy.xml @@ -236,7 +236,7 @@ - + @@ -245,20 +245,7 @@ - - - - - - - - - - - - - @@ -277,7 +264,6 @@ - \ No newline at end of file