HTMLNode table = infoboxContent.addChild("table", "border", "0");
HTMLNode progressCell = table.addChild("tr").addChild("td", "class", "request-progress");
if(fr.totalBlocks <= 0)
progressCell.addChild("#", NodeL10n.getBase().getString("QueueToadlet.unknown"));
else {
progressCell.addChild(new ProgressBarElement(fetchTracker,key,fctx,maxSize,ctx, isWebPushingEnabled));
}
infobox = contentNode.addChild("div", "class", "infobox infobox-information");
infobox.addChild("div", "class", "infobox-header", l10n("fetchingPageOptions"));
infoboxContent = infobox.addChild("div", "class", "infobox-content");