Code

Fixed broken tags
[gosa.git] / plugins / admin / systems / glpi.tpl
index 8c50d468bb4f5e4862681e7778ef2f5aa7d54ff3..eea99fdf2d7a024c573f9b1fab16114dea538f55 100644 (file)
@@ -9,30 +9,42 @@
                                        <td >{t}System type{/t}
                                        </td>
                                        <td>
-                                               <select name="type" {$typeACL}>
+{render acl=$typeACL}
+                                               <select name="type">
                                                        {html_options values=$SystemTypeKeys output=$SystemTypes selected=$type}
                                                </select>
-                                               <input type="submit" value="{t}edit{/t}" name="edit_type" {$typeACL}>   
+{/render}
+{render acl=$typeACL}
+                                               <input type="submit" value="{t}edit{/t}" name="edit_type">      
+{/render}
                                        </td>
                                </tr>
                                <tr>
                                        <td>{t}Operating system{/t}
                                        </td>
                                        <td>
-                                               <select name="os" {$osACL}>
+{render acl=$osACL}
+                                               <select name="os">
                                                        {html_options values=$OSKeys output=$OSs selected=$os}
                                                </select>       
-                                               <input type="submit" value="{t}edit{/t}" name="edit_os" {$osACL}>       
+{/render}
+{render acl=$osACL}
+                                               <input type="submit" value="{t}edit{/t}" name="edit_os">        
+{/render}
                                        </td>
                                </tr>
                                <tr>
                                        <td>{t}Manufacturer{/t}
                                        </td>
                                        <td>
-                                               <select name="FK_glpi_enterprise" {$FK_glpi_enterpriseACL}>
+{render acl=$FK_glpi_enterpriseACL}
+                                               <select name="FK_glpi_enterprise">
                                                        {html_options values=$ManufacturerKeys output=$Manufacturers selected=$FK_glpi_enterprise}
                                                </select>       
-                                               <input type="submit" value="{t}edit{/t}" name="edit_manufacturer" {$FK_glpi_enterpriseACL}>     
+{/render}
+{render acl=$FK_glpi_enterpriseACL}
+                                               <input type="submit" value="{t}edit{/t}" name="edit_manufacturer">      
+{/render}
                                        </td>
                                </tr>
                        <!--</table>
@@ -45,7 +57,9 @@
                                        </td>
                                        <td>
                                                <i>{$contact_num}&nbsp; </i>&nbsp;
-                                               <input {$contact_numACL} type="submit" name="SelectContactPerson" value="{t}Edit{/t}">
+{render acl=$contact_numACL}
+                                               <input type="submit" name="SelectContactPerson" value="{t}Edit{/t}">
+{/render}
                                        </td>
                                </tr>
                                <tr>
                                        </td>
                                        <td>
                                                <i>{$tech_num}&nbsp; </i>&nbsp;
-                                               <input type="submit" value="{t}Edit{/t}" name="SelectTechPerson" {$tech_numACL}>
+{render acl=$tech_numACL}
+                                               <input type="submit" value="{t}Edit{/t}" name="SelectTechPerson">
+{/render}
                                        </td>
                                </tr>
                        </table>
                </td>
                <td style="border-left: 1px solid rgb(160, 160, 160); vertical-align: top; padding-right: 5px;">
                        <!--Upper right-->
-                       <h2>{t}Comments{/t}</h2>
+                       <h2>{t}Comment{/t}</h2>
                        <table summary="" width="100%">
                                <tr>
                                        <td valign="top" colspan="2">
-                                               <textarea name="comments" style="width:100%;height:140px;" {$commentsACL}>{$comments}</textarea>
+{render acl=$commentsACL}
+                                               <textarea name="comments" style="width:100%;height:180px;">{$comments}</textarea>
+{/render}
                                        </td>
                                </tr>
                        </table>
                        <table summary="" width="100%"> 
                                <tr>
                                        <td>
-                                               <select name="InstalledDevices" {$InstalledDevicesACL} style="height:130px;width:100%;" multiple>
+{render acl=$DevicesACL}
+                                               <select name="InstalledDevices" style="height:130px;width:100%;" multiple>
                                                        {html_options values=$InstalledDeviceKeys output=$InstalledDevices}
                                                </select>
-                                               <input name="AddDevice" value="{t}Edit{/t}" type="submit" {$InstalledDevicesACL}>       
+{/render}
+{render acl=$DevicesACL}
+                                               <input name="AddDevice" value="{t}Edit{/t}" type="submit">      
+{/render}
                                        </td>
                                </tr>
                        </table>
                        <table summary="" width="100%"> 
                                <tr>
                                        <td>
+{render acl=$AttachmentsACL}
                                                {$AttachmentsDiv}
-                                               <input name="AddAttachment"     value="{t}Add{/t}" type="submit" {$AttachmentsACL}>     
+{/render}
+{render acl=$AttachmentsACL}
+                                               <input name="AddAttachment"     value="{t}Add{/t}" type="submit">       
+{/render}
                                        </td>
                                </tr>
                        </table>
-                       
                </td>
        </tr>
 </table>
 <input type="hidden" name="glpi_tpl_posted" value="1">
+<script language="JavaScript" type="text/javascript">
+  <!-- // First input field on page
+  document.mainform.type.focus();
+  -->
+</script><p style="text-align:right">