Code

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