Code

Fixed W3C conformance problems in references tab
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 31 May 2005 16:46:00 +0000 (16:46 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 31 May 2005 16:46:00 +0000 (16:46 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@560 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/generic/references/class_reference.inc
plugins/generic/references/contents.tpl

index 5b97749d70f6cc8d92d87cb3d088ea33708bb797..3e3a9cad9629b2b09938531af0ae6cbab5a960fd 100644 (file)
@@ -119,7 +119,7 @@ class reference extends plugin
                } else {
                        $img= "images/sort_down.png";
                }
-               $this->objectlist.= '<tr style="background-color:'.$cycle[$id&1].';"><td class="phonelist" title="'.$attrs['cn'][0].'"><a href=main.php?plug='.$_GET['plug'].'&amp;start=&amp;show='.base64_encode($attrs['dn']).'><img alt=\"\" src="'.$img.'" border=0>&nbsp;'.$attrs['cn'][0].'</a></td><td>'.$description.'</td><td>'.$content.'</td> </tr>'.$addon;
+               $this->objectlist.= '<tr style="background-color:'.$cycle[$id&1].';"><td class="phonelist" title="'.$attrs['cn'][0].'"><a href="main.php?plug='.$_GET['plug'].'&amp;start=&amp;show='.base64_encode($attrs['dn']).'"><img alt="" src="'.$img.'" border=0>&nbsp;'.$attrs['cn'][0].'</a></td><td>'.$description.'</td><td>'.$content.'</td> </tr>'.$addon;
 
                $id++;
        }
index 72cf5b33dee044d3ad8fb5b8344e3ec95b846117..f3463528b6800f59dcee690fffd8d2e998fd364e 100644 (file)
@@ -8,7 +8,7 @@
  </colgroup>
 
  <tr style="background-color: #E8E8E8; height:26px;font-weight:bold;">
-  <td>{t}Object name{/t}</td><td>{t}Description{/t}</td><td>Contents</td>
+  <td>{t}Object name{/t}</td><td>{t}Description{/t}</td><td>{t}Contents{/t}</td>
  </tr>
 
  {$objectList}