Author: itthkjer
Date: 2006-04-24 11:34:17 +0200 (Mon, 24 Apr 2006)
New Revision: 2782

Modified:
   
trunk/src/java/no/schibstedsok/front/searchportal/velocity/RolesDirective.java
Log:
changed style roletable from id to class and inserted missing </tr>

Modified: 
trunk/src/java/no/schibstedsok/front/searchportal/velocity/RolesDirective.java
===================================================================
--- 
trunk/src/java/no/schibstedsok/front/searchportal/velocity/RolesDirective.java  
    2006-04-23 17:42:58 UTC (rev 2781)
+++ 
trunk/src/java/no/schibstedsok/front/searchportal/velocity/RolesDirective.java  
    2006-04-24 09:34:17 UTC (rev 2782)
@@ -90,7 +90,7 @@
         MD5Generator md5 = new MD5Generator("S3SAM rockz");
         String html = "";
 
-        html = "<div><table id=\"roletable\" bgcolor=\"#CCCCCC\" 
cellspacing=\"1\">";
+        html = "<div><table class=\"roletable\" bgcolor=\"#CCCCCC\" 
cellspacing=\"1\">";
 
         // print rows
         for (int i = 0; i < row.length; i++) {
@@ -98,7 +98,7 @@
 
             // show 30 first rows
             if (i==30) {
-                html += "</table></div><div id=\"more_roles\" style=\"display: 
none;\"><table id=\"roletable\" bgcolor=\"#CCCCCC\" cellspacing=\"1\">";
+                html += "</tr></table></div><div id=\"more_roles\" 
style=\"display: none;\"><table class=\"roletable\" bgcolor=\"#CCCCCC\" 
cellspacing=\"1\">";
             }
             // column seperator
             col = row[i].split("#sep#");

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to