Code

Updated printer Copy & Paste
[gosa.git] / plugins / admin / systems / paste_generic.tpl
1 {if $object == "server"}
2     <table summary="">
3      <tr>
4       <td><LABEL for="cn">{t}Server name{/t}</LABEL>{$must}</td>
5       <td>
6        <input name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
7       </td>
8      </tr>
9         </table>
10 {/if}
11 {if $object == "workstation"}
12     <table summary="">
13      <tr>
14       <td><LABEL for="cn">{t}Server name{/t}</LABEL>{$must}</td>
15       <td>
16        <input name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
17       </td>
18      </tr>
19         </table>
20 {/if}
21 {if $object == "terminal"}
22     <table summary="">
23      <tr>
24       <td><LABEL for="cn">{t}Server name{/t}</LABEL>{$must}</td>
25       <td>
26        <input name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
27       </td>
28      </tr>
29         </table>
30 {/if}
31 {if $object == "printer"}
32     <table summary="">
33      <tr>
34       <td><LABEL for="cn">{t}Server name{/t}</LABEL>{$must}</td>
35       <td>
36        <input name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
37       </td>
38      </tr>
39         </table>
40 {/if}