summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 18e11d9)
raw | patch | inline | side by side (parent: 18e11d9)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 16:46:00 +0000 (16:46 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 16:46:00 +0000 (16:46 +0000) |
plugins/generic/references/class_reference.inc | patch | blob | history | |
plugins/generic/references/contents.tpl | patch | blob | history |
diff --git a/plugins/generic/references/class_reference.inc b/plugins/generic/references/class_reference.inc
index 5b97749d70f6cc8d92d87cb3d088ea33708bb797..3e3a9cad9629b2b09938531af0ae6cbab5a960fd 100644 (file)
} 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'].'&start=&show='.base64_encode($attrs['dn']).'><img alt=\"\" src="'.$img.'" border=0> '.$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'].'&start=&show='.base64_encode($attrs['dn']).'"><img alt="" src="'.$img.'" border=0> '.$attrs['cn'][0].'</a></td><td>'.$description.'</td><td>'.$content.'</td> </tr>'.$addon;
$id++;
}
index 72cf5b33dee044d3ad8fb5b8344e3ec95b846117..f3463528b6800f59dcee690fffd8d2e998fd364e 100644 (file)
</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}