Author: marcus Date: Sat Jun 8 23:59:29 2013 New Revision: 1491104 URL: http://svn.apache.org/r1491104 Log: Added link for SDK release notes
Modified: openoffice/ooo-site/trunk/content/download/test/download_tables.js Modified: openoffice/ooo-site/trunk/content/download/test/download_tables.js URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download_tables.js?rev=1491104&r1=1491103&r2=1491104&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/download/test/download_tables.js (original) +++ openoffice/ooo-site/trunk/content/download/test/download_tables.js Sat Jun 8 23:59:29 2013 @@ -318,14 +318,11 @@ function write_sdk( URL_SDK, URL_SRC, UR document.write( "</tr>" ); ROW_COUNT++; - // At last write the row with the other files (release notes and checksums) + // At last write the row with the other files (release notes) document.write( "<tr class='a'><td>-</td><td>-</td><td><small>Other files</small></td>" ); - document.write( "<td style='text-align: center'><a href='http://www.openoffice.org/development/releases/" + VERSION + ".html'> AOO<br />Release<br />Notes</a></td>" ); document.write( "<td> </td>" ); - // document.write( "<td style='text-align: center'><a href='http://www.openoffice.org/development/releases/" + VERSION + "_sdk.html'> SDK<br />Release<br />Notes</a></td>" ); - document.write( "<td> </td>" ); - + document.write( "<td style='text-align: center'><a href='http://www.openoffice.org/development/releases/" + VERSION + "_sdk.html'> SDK<br />Release<br />Notes</a></td>" ); document.write( "<td> </td>" ); document.write( "<td> </td>" ); document.write( "<td> </td>" );