Code

Updated terminal 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 == "terminal"}
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}