Code

Starting move
[gosa.git] / plugins / gofon / macro / parameter.tpl
diff --git a/plugins/gofon/macro/parameter.tpl b/plugins/gofon/macro/parameter.tpl
deleted file mode 100755 (executable)
index 48e99cd..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-{if $readable}
-<table width="100%" summary="">
-       <tr>
-               <td>{t}Argument{/t}
-               </td>
-               <td>{t}Name{/t}
-               </td>
-               <td>{t}type{/t}
-               </td>
-               <td>{t}Default value{/t}
-               </td>
-               <td>
-               &nbsp;
-               </td>
-       </tr>
-               {$vars}
-</table>
-{else}
-       <h2>{t}You are not allowed to view the macro parameter settings{/t}</h2>
-{/if}
-<input type="hidden" name="phoneparemeters">
-
-<!-- Place cursor -->
-<script language="JavaScript" type="text/javascript">
-  <!-- // First input field on page
-       focus_field('cn');
-  -->
-</script>