Code

Just use the -n option from dh_installinit and the world is fine again.
[gosa.git] / trunk / gosa-plugins / goto / admin / devices / paste_deviceGeneric.tpl
2 <h2>{t}Devices{/t}</h2>
4 <table width="100%" summary="">
5  <tr>
6   <td width="50%" style="vertical-align:top">
7     <table style="border-right:1px solid #B0B0B0;width:100%">
8         <tr>
9             <td><LABEL for="cn">{t}Device name{/t}</LABEL>{$must}
10             </td>
11             <td>
12                 <input type="text" size=40 value="{$cn}" name="cn" id="cn">
13             </td>
14         </tr>
15     </table>
16    </td>
17 </table>
18 <input type='hidden' value="1" name="deviceGeneric_posted">
19 <script language="JavaScript" type="text/javascript">
20   <!-- // First input field on page
21     focus_field('name');
22   -->
23 </script>