Code

Added support for optionally taking along members when copying object
[gosa.git] / trunk / gosa-core / plugins / admin / ogroups / paste_generic.tpl
index 91f84d8aef85d336c214157cda000b343b2b40fc..c7e981e0f029143c9156d792d2cf815cce734ce3 100644 (file)
@@ -8,6 +8,14 @@
                </td>
        </tr>
 </table>
+<br>
+{if $copyMembers}
+<input class="center" type="checkbox" value="1" checked name="copyMembers" id="copyMembers">{t}Inherit Members{/t}<br>
+<br>
+{t}Note that settings are copied even if you choose to not inherit members. Those settings will be lost in case different type members get added to the group and will only appear once a new member of the current type is added.{/t}
+{else}
+{t}Note that only settings are copied and the new object group will have no members initially. Those settings will be lost in case different type members get added to the group and will only appear once a new member of the current type is added.{/t}
+{/if}
 
 <script language="JavaScript" type="text/javascript">
        focus_field('cn');