summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3a5b5df)
raw | patch | inline | side by side (parent: 3a5b5df)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 11 Apr 2008 13:28:13 +0000 (13:28 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 11 Apr 2008 13:28:13 +0000 (13:28 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10360 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/paste_generic.tpl | [new file with mode: 0644] | patch | blob |
diff --git a/gosa-plugins/fai/admin/fai/paste_generic.tpl b/gosa-plugins/fai/admin/fai/paste_generic.tpl
--- /dev/null
@@ -0,0 +1,11 @@
+<h2>{t}Sudo generic{/t} - {t}Global defaults{/t}</h2>
+<table>
+ <tr>
+ <td>
+ {t}Name{/t}
+ </td>
+ <td>
+ <input type="text" name="cn" value="{$cn}" >
+ </td>
+ </tr>
+</table>