Code

Added blocklist copy & paste template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 28 Nov 2007 07:49:26 +0000 (07:49 +0000)
committerhickert <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]

diff --git a/plugins/gofax/blocklists/paste_generic.tpl b/plugins/gofax/blocklists/paste_generic.tpl
new file mode 100644 (file)
index 0000000..ac4cef9
--- /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>