Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-core / plugins / generic / references / contents.tpl
diff --git a/branches/old/gosa-core/plugins/generic/references/contents.tpl b/branches/old/gosa-core/plugins/generic/references/contents.tpl
new file mode 100644 (file)
index 0000000..e953da1
--- /dev/null
@@ -0,0 +1,19 @@
+{if $objectList ne ""}
+<table summary="" style="width:100%; vertical-align:top; text-align:left; border:1px solid #B0B0B0;"  cellpadding=4 cellspacing=0 border=0 rules="cols">
+
+ <colgroup>
+  <col width="20%">
+  <col width="20%">
+  <col width="60%">
+ </colgroup>
+
+ <tr style="background-color: #E8E8E8; height:26px;font-weight:bold;">
+  <td>{t}Object name{/t}</td><td>{t}Description{/t}</td><td>{t}Contents{/t}</td>
+ </tr>
+
+ {$objectList}
+
+</table>
+{else}
+<b>{t}This object has no relationship to other objects.{/t}</b>
+{/if}