summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 041a96e)
raw | patch | inline | side by side (parent: 041a96e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Nov 2007 07:49:26 +0000 (07:49 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Nov 2007 07:49:26 +0000 (07:49 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7923 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofax/blocklists/paste_generic.tpl | [new file with mode: 0644] | patch | blob |
diff --git a/plugins/gofax/blocklists/paste_generic.tpl b/plugins/gofax/blocklists/paste_generic.tpl
--- /dev/null
@@ -0,0 +1,8 @@
+<table summary="">
+ <tr>
+ <td><LABEL for="cn">{t}List name{/t}</LABEL></td>
+ <td>
+ <input name="cn" id="cn" size=25 maxlength=60 value="{$cn}" title="{t}Name of blocklist{/t}">
+ </td>
+ </tr>
+</table>