Code

Updated Opsi stuff
[gosa.git] / gosa-plugins / opsi / admin / opsi / generic.tpl
index 6497c8e4c7e274edbd900ca7a8f7a089240a271e..1c2c5fddf2b83e4bf234e4e7210797898911dd36 100644 (file)
  <tr>
   <td colspan="2">
    <table>
+    {if $parent_mode}
+     <tr>
+      <td>{t}Name{/t}</td>
+      <td><input type='text' name='hostId' value='{$hostId}'></td>
+     </tr>
+    {/if}
     <tr>
      <td>{t}Boot product{/t}</td>
      <td>
@@ -35,5 +41,5 @@
   </td>
  </tr>
 </table> 
-<input type='hidden' name='opsi_generic' value='1'>
+<input type='hidden' name='opsigeneric_posted' value='1'>
 {/if}