Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-core / plugins / admin / ogroups / paste_generic.tpl
diff --git a/branches/old/gosa-core/plugins/admin/ogroups/paste_generic.tpl b/branches/old/gosa-core/plugins/admin/ogroups/paste_generic.tpl
new file mode 100644 (file)
index 0000000..91f84d8
--- /dev/null
@@ -0,0 +1,14 @@
+<table width='100%'>
+       <tr>
+               <td width='120'>
+                       <LABEL for="cn">{t}Group name{/t}</LABEL>{$must}
+               </td>
+               <td>
+                       <input type='text' id='cn' name='cn' value='{$cn}' size='40' title='{t}Please enter the new object group name{/t}'> 
+               </td>
+       </tr>
+</table>
+
+<script language="JavaScript" type="text/javascript">
+       focus_field('cn');
+</script>