summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b96e3c9)
raw | patch | inline | side by side (parent: b96e3c9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 14 Jun 2007 08:29:38 +0000 (08:29 +0000) | ||
committer | hickert <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] | patch | blob |
diff --git a/plugins/admin/acl/paste_role.tpl b/plugins/admin/acl/paste_role.tpl
--- /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>