summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b6131af)
raw | patch | inline | side by side (parent: b6131af)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 Apr 2010 07:57:21 +0000 (07:57 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 Apr 2010 07:57:21 +0000 (07:57 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17758 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/groups/generic.tpl | patch | blob | history |
diff --git a/gosa-core/plugins/admin/groups/generic.tpl b/gosa-core/plugins/admin/groups/generic.tpl
index cf5e85fcf17294bdccb2eae8ceed14bb2a6fc168..1d119d81f8c76ac8554870c29febf1027fe03a26 100644 (file)
</td>
</tr>
<tr>
- <td colspan=2> <div style="height:15px; width:100%; border-bottom:1px solid #909090;"></div> </td>
+ <td colspan=2><hr></td>
</tr>
<tr>
<td colspan=2> <div style="height:15px; width:100%;"></div> </td>
{if $pickupGroup == "true"}
<tr>
- <td colspan=2> <div style="height:15px; width:100%; border-bottom:1px solid #909090;"></div> </td>
+ <td colspan=2><hr></td>
</tr>
<tr>
<td colspan=2> <div style="height:15px; width:100%;"></div> </td>
{/if}
{if $nagios == "true"}
<tr>
- <td colspan=2> <div style="height:15px; width:100%; border-bottom:1px solid #909090;"></div> </td>
+ <td colspan=2><hr></td>
</tr>
<tr>
<td colspan=2> <div style="height:15px; width:100%;"></div> </td>
</tr>
{/if}
<tr>
- <td colspan=2> <div style="height:15px; width:100%; border-bottom:1px solid #909090;"></div> </td>
+ <td colspan=2><hr></td>
</tr>
<tr>
<td colspan=2> <div style="height:15px; width:100%;"></div> </td>
<table summary="" style="width:100%">
<tr>
<td style="width:50%">
- <b><LABEL for="members">{t}Group members{/t}</LABEL></b>
- <br>
-
{if $multiple_support}
+ <h3>{t}Common group members{/t}</h3>
{render acl=$memberUidACL}
{$commonList}
{/render}
+
+ <br>
+ <h3>{t}Partial group members{/t}</h3>
{render acl=$memberUidACL}
{$partialList}
{/render}
{else}
+ <h3>{t}Group members{/t}</h3>
{render acl=$memberUidACL}
{$memberList}
{/render}