Code

Added Role paste template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 14 Jun 2007 08:29:38 +0000 (08:29 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 14 Jun 2007 08:29:38 +0000 (08:29 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6585 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/acl/paste_role.tpl [new file with mode: 0644]

diff --git a/plugins/admin/acl/paste_role.tpl b/plugins/admin/acl/paste_role.tpl
new file mode 100644 (file)
index 0000000..41f4577
--- /dev/null
@@ -0,0 +1,10 @@
+<table>
+       <tr>
+               <td>
+                       {t}Name{/t}
+               </td>
+               <td>
+                       <input type="text" name='cn' value="{$cn}" style='width:200px;'>
+               </td>
+       </tr>
+</table>