summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6ab4a60)
raw | patch | inline | side by side (parent: 6ab4a60)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Jan 2009 13:47:14 +0000 (13:47 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Jan 2009 13:47:14 +0000 (13:47 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13338 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/posix/generic.tpl | patch | blob | history |
diff --git a/gosa-core/plugins/personal/posix/generic.tpl b/gosa-core/plugins/personal/posix/generic.tpl
index 55c9acd5a735e3b7082ed712fe9f3b43f84f46b7..11c4d91403e3e74f002c742793ce78237cca8ae7 100644 (file)
{html_options options=$groupMembership}
{else}
{foreach from=$groupMembership item=group key=key}
- <option value="{$key}">{$group} ({t}In all groups{/t})</option>
+ <option value="{$key}">{$group} ({t}Common group{/t})</option>
{/foreach}
{foreach from=$groupMembership_some item=group key=key}
<option value="{$key}"
- style='color: #888888; background: #DDDDDD;background-color: #DDDDDD;'>{$group} ({t}Not in all groups{/t})</option>
+ style='color: #888888; background: #DDDDDD;background-color: #DDDDDD;'>{$group} ({t}Non common group{/t})</option>
{/foreach}
{/if}
</select>