Code

Updated table summary
[gosa.git] / gosa-core / plugins / generic / references / contents.tpl
1 {if $objectList ne ""}
2 <table style='width:100%;' summary="{t}Object references{/t}">
5  <colgroup>
6   <col width="20%">
7   <col width="20%">
8   <col width="60%">
9  </colgroup>
11  <tr style="background-color: #E8E8E8; height:26px;font-weight:bold;">
12   <td>{t}Object name{/t}</td><td>{t}Description{/t}</td><td>{t}Contents{/t}</td>
13  </tr>
15  {$objectList}
17 </table>
18 {else}
19 <b>{t}This object has no relationship to other objects.{/t}</b>
20 {/if}