Code

Corrected path
[gosa.git] / gosa-core / plugins / admin / devices / deviceGeneric.tpl
index 59f7b9c18e7c3e0af4421f8b9bb316233317ddc2..863851e4492c82d17ec281c3ee7472961cb786b8 100644 (file)
                 <input type="text" size=40 value="{$description}" name="description" id="description">
             </td>
         </tr>
+        <tr>
+            <td><LABEL for="description">{t}Device type{/t}</LABEL>
+            </td>
+            <td>
+               <select id="type" size="1" name="type" title="{t}Choose the device type{/t}">
+                       {html_options options=$types selected=$type}
+               </select>
+            </td>
+        </tr>
     </table>
    </td>
    <td style="vertical-align:top">