Code

Updated opsi classes
[gosa.git] / gosa-plugins / opsi / admin / opsi / generic.tpl
2 <h2>Opsi host</h2>
5 <table style="width: 100%;">
6  <tr>
7   <td colspan="2">
8    <table>
9     <tr>
10      <td>{t}Boot product{/t}</td>
11      <td>
12       <select name="opsi_netboot_product">
13                 {foreach from=$ANP item=item key=key}
14                         <option {if $key == $SNP} selected {/if} value="{$key}">{$key}</option>
15                 {/foreach}
16       </select>
17      </td>
18     </tr>
19    </table>
20   <td>
21  </tr>
22  <tr>
23   <td style="width:50%;"><h2>Installed products</h2>
24         {$divSLP}
25   </td>
26   <td style="width:50%;"><h2>Available products</h2>
27         {$divALP}
28   </td>
29  </tr>
30 </table> 
31 <input type='hidden' name='opsi_generic' value='1'>