show type and label
diff --git a/updates/index.php b/updates/index.php
index 228ace6..563ee15 100644
--- a/updates/index.php
+++ b/updates/index.php
@@ -18,5 +18,5 @@
 {
 }
 
-update_manager("TMF", "Eclipse Modeling", $PRS, false, true);
+update_manager("TMF", "Eclipse Modeling", $PRS, false, true, $siteXMLs);
 ?>
diff --git a/updates/updates-common.php b/updates/updates-common.php
index 80dcabf..878c283 100755
--- a/updates/updates-common.php
+++ b/updates/updates-common.php
@@ -50,8 +50,8 @@
 		$cnt=0;
 		foreach ($siteXMLs as $type => $sitexml)
 		{
-			print !$cnt ? "Location: " : "            (or): ";
-			print "<b><a href=\"http://download.eclipse.org/$thisPR/updates/$sitexml\">http://download.eclipse.org/$thisPR/updates/<acronym title=\"$type\">$sitexml</acronym></a></b></acronym>";
+			print !$cnt ? "$label Repository Locations: \n" : "&#160;&#160;&#160;&#160;&#160;&#160;&#160;";
+			print "$type: <b><a href=\"http://download.eclipse.org/$thisPR/updates/$sitexml\">http://download.eclipse.org/$thisPR/updates/<acronym title=\"$type\">$sitexml</acronym></a></b></acronym>";
 			print $cnt < sizeof($siteXMLs) - 1 ? "<br/>\n" : "";
 			$cnt++;
 		}