Code

Added some comments
[gosa.git] / plugins / admin / systems / glpi.tpl
index 120ca6e652fd283c9fe2c7eefa74299418b9f982..c945c46f0cde1bdeaf277537295891f4ca8976bb 100644 (file)
@@ -4,41 +4,43 @@
                        <!--Upper left-->       
                        
                        <h2>{t}Generic{/t}</h2>
-                       <table summary="">
+                       <table summary="" cellpadding=5>
                                <tr>
-                                       <td>{t}System type{/t}
+                                       <td width="150">{t}System type{/t}
                                        </td>
                                        <td>
-                                               <select name="SystemType" {$SystemTypeACL}>
-                                                       {html_options values=$SystemTypes output=$SystemTypes selected=$SystemType}
-                                               </select>       
+                                               <select name="type" {$typeACL}>
+                                                       {html_options values=$SystemTypeKeys output=$SystemTypes selected=$type}
+                                               </select>
+                                               <input type="submit" value="{t}edit{/t}" name="edit_type" {$typeACL}>   
                                        </td>
                                </tr>
                                <tr>
                                        <td>{t}Operating system{/t}
                                        </td>
                                        <td>
-                                               <select name="OS" {$OSACL}>
-                                                       {html_options values=$OSs output=$OSs selected=$OS}
+                                               <select name="os" {$osACL}>
+                                                       {html_options values=$OSKeys output=$OSs selected=$os}
                                                </select>       
+                                               <input type="submit" value="{t}edit{/t}" name="edit_os" {$osACL}>       
                                        </td>
                                </tr>
                                <tr>
                                        <td>{t}Manufacturer{/t}
                                        </td>
                                        <td>
-                                               <select name="Manufacturer" {$ManufacturerACL}>
-                                                       {html_options values=$Manufacturers output=$Manufacturers selected=$Manufacturer}
+                                               <select name="FK_glpi_enterprise" {$FK_glpi_enterpriseACL}>
+                                                       {html_options values=$ManufacturerKeys output=$Manufacturers selected=$FK_glpi_enterprise}
                                                </select>       
+                                               <input type="submit" value="{t}edit{/t}" name="edit_manufacturer" {$FK_glpi_enterpriseACL}>     
                                        </td>
                                </tr>
                                <tr>
-                                       <td>{t}Technicalresposible{/t}
+                                       <td>{t}Technical responsible{/t}&nbsp;
                                        </td>
                                        <td>
-                                               <select name="TechnicalResponsible" {$TechnicalResponsibleACL}>
-                                                       {html_options values=$TechnicalResponsibles output=$TechnicalResponsibles selected=$TechnicalResponsible}
-                                               </select>       
+                                               <i>{$tech_num}&nbsp; </i>&nbsp;
+                                               <input type="submit" value="{t}Choose{/t}" name="SelectTechPerson" {$tech_numACL}>
                                        </td>
                                </tr>
                        </table>
@@ -48,9 +50,9 @@
                                <tr>
                                        <td>
                                                <select name="InstalledDevices" {$InstalledDevicesACL} style="height:120px;width:100%;" multiple>
-                                                       {html_options values=$InstalledDevices output=$InstalledDevices}
+                                                       {html_options values=$InstalledDeviceKeys output=$InstalledDevices}
                                                </select>
-                                               <input name="AddDevice" value="{t}Add{/t}" type="submit">       
+                                               <input name="AddDevice" value="{t}Edit{/t}" type="submit" {$InstalledDevicesACL}>       
                                        </td>
                                </tr>
                        </table>
@@ -68,7 +70,8 @@
                                                {t}Contact person{/t}
                                        </td>
                                        <td>
-                                               contact person sdasd <input type="submit" value="{t}Edit{/t}"><img src="images/mailto.png" class="center" alt="{t}mailto{/t}">  
+                                               <i>{$contact_num}&nbsp; </i>&nbsp;
+                                               <input {$contact_numACL} type="submit" name="SelectContactPerson" value="{t}Edit{/t}">
                                        </td>
                                </tr>
                                <tr>
@@ -76,7 +79,7 @@
                                                {t}Comments{/t}
                                        </td>
                                        <td>
-                                               <textarea name="Comments" style="width:100%;height:110px;" ></textarea>
+                                               <textarea name="comments" style="width:100%;height:110px;" {$commentsACL}>{$comments}</textarea>
                                        </td>
                                </tr>
                        </table>
                                <tr>
                                        <td>
                                                <select name="Attachments" {$AttachmentsACL} style="height:120px;width:100%;" multiple>
-                                                       {html_options values=$Attachments output=$Attachments}
+                                                       {html_options values=$AttachmentKeys output=$Attachments}
                                                </select>
-                                               <input name="AddDevice" value="{t}Add{/t}" type="submit">       
+                                               <input name="AddAttachment"     value="{t}Add{/t}" type="submit">       
+                                               <input name="RemoveAttachment"  value="{t}Remove{/t}" type="submit">    
                                        </td>
                                </tr>
                        </table>