summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c8a4958)
raw | patch | inline | side by side (parent: c8a4958)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 1 Jun 2010 11:45:22 +0000 (11:45 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 1 Jun 2010 11:45:22 +0000 (11:45 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18815 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/dyngroup/addons/dyngroup/dyngroup.tpl | patch | blob | history |
diff --git a/gosa-plugins/dyngroup/addons/dyngroup/dyngroup.tpl b/gosa-plugins/dyngroup/addons/dyngroup/dyngroup.tpl
index f7d95ce24cc0a6f5989d164a8aa5e0bd8d51b78b..f3759ca86054edd65add246d7913cde0063526ea 100644 (file)
-<h3>{t}Generic{/t}</h3>
-
+<h3>{t}List of dynamic rules{/t}</h3>
<table summary="{t}Labeled uri definitions{/t}" style='width:100%'>
<tr>
<td style='width:40%;'>{t}Base{/t}</td>
- <td></td>
+ <td>{t}Scope{/t}</td>
<td>{t}Attribute{/t}</td>
<td style='width:40%;'>{t}Filter{/t}</td>
<td></td>
</tr>
{/foreach}
<tr>
- <td colspan="4"></td>
<td><button name='addUri'>{msgPool type='addButton'}</button></td>
+ <td colspan="4"></td>
</tr>
</table>