Author: cfinck
Date: Tue Mar 24 01:28:33 2009
New Revision: 40195
URL:
http://svn.reactos.org/svn/reactos?rev=40195&view=rev
Log:
Prettify output a bit in case we have no search results :-)
Modified:
branches/danny-web/reactos.org/htdocs/testman/js/index.js.php
Modified:
branches/danny-web/reactos.org/htdocs/testman/js/index.js.php
URL:
http://svn.reactos.org/svn/reactos/branches/danny-web/reactos.org/htdocs/te…
==============================================================================
---
branches/danny-web/reactos.org/htdocs/testman/js/index.js.php [iso-8859-1] (original)
+++
branches/danny-web/reactos.org/htdocs/testman/js/index.js.php [iso-8859-1] Tue Mar 24
01:28:33 2009
@@ -294,7 +294,7 @@
if(!results.length)
{
- html += '<tr class="even"><td
colspan="5"><?php echo
addslashes($testman_langres["noresults"]); ?><\/td><\/tr>';
+ html += '<tr class="even"><td
colspan="6"><?php echo
addslashes($testman_langres["noresults"]); ?><\/td><\/tr>';
}
else
{