[Scummvm-cvs-logs] SF.net SVN: scummvm: [21318] web/trunk/docs/md5.xml

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Mar 15 08:05:02 CET 2006


Revision: 21318
Author:   fingolfin
Date:     2006-03-15 08:04:20 -0800 (Wed, 15 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21318&view=rev

Log Message:
-----------
Change the order of the columns of the MD5 table (see FR #1448273)

Modified Paths:
--------------
    web/trunk/docs/md5.xml
Modified: web/trunk/docs/md5.xml
===================================================================
--- web/trunk/docs/md5.xml	2006-03-15 15:46:25 UTC (rev 21317)
+++ web/trunk/docs/md5.xml	2006-03-15 16:04:20 UTC (rev 21318)
@@ -4,7 +4,7 @@
 <?php
 function beginSection($title, $gameid) {
 	print "<tr><th colspan='6' style='font-size: 200%'>$title ($gameid)</th></tr>";
-	print "<tr style='font-weight: bold'><td>MD5</td><td>Platform</td><td>Language</td><td>Extra information</td><td>Source</td></tr>";
+	print "<tr style='font-weight: bold'><td>MD5</td><td>Extra information</td><td>Platform</td><td>Language</td><td>Source</td></tr>";
 }
 function endSection() {
 	print "<tr><td colspan='7'> </td></tr>";
@@ -13,13 +13,13 @@
 	global $file_root;
 	print "<tr>";
 	print "<td class='md5'>$md5</td>";
+	print "<td>$description</td>";
 	print "<td>$platform</td>";
 	print "<td>";
 	if ($language != "All" && $language != "All?") {
 	  print "<img src='$file_root/images/fl-$language.png' alt='$language' style='vertical-align: middle; width: 20px; height: 12px'/> ";
 	}
 	print "$language</td>";
-	print "<td>$description</td>";
 	print "<td>$source</td></tr>";
 }
 ?>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list