League ordering and extra league information.

This commit is contained in:
marcins78@gmail.com
2012-03-31 06:02:32 +00:00
parent c1fa7d76e0
commit fc1f4c662b

View File

@@ -67,8 +67,8 @@ var LeagueResultsUI = Class.extend({
var serieText = serieName + " - " + this.getDateString(serieStart) + " to " + this.getDateString(serieEnd);
tabContent.append("<h2 class='serieName'>" + serieText + "</h2>");
tabContent.append("<div>Format: " + ((limited == "true") ? "Limited" : "Constructed") + " " + format + "</div>");
tabContent.append("<div>Collection: " + collection + "</div>");
tabContent.append("<div><b>Format:</b> " + ((limited == "true") ? "Limited" : "Constructed") + " " + format + "</div>");
tabContent.append("<div><b>Collection:</b> " + collection + "</div>");
tabContent.append("<div>Maximum ranked matches in serie: " + maxMatches + "</div>");