Code

Added some comments
[gosa.git] / plugins / admin / systems / glpi.tpl
index 2f960e09b75a4cde2c3a94991b80c9795a963681..c945c46f0cde1bdeaf277537295891f4ca8976bb 100644 (file)
@@ -4,7 +4,7 @@
                        <!--Upper left-->       
                        
                        <h2>{t}Generic{/t}</h2>
-                       <table summary="">
+                       <table summary="" cellpadding=5>
                                <tr>
                                        <td width="150">{t}System type{/t}
                                        </td>
@@ -71,7 +71,7 @@
                                        </td>
                                        <td>
                                                <i>{$contact_num}&nbsp; </i>&nbsp;
-                                               <input {$contact_numACL} type="submit" value="{t}Edit{/t}"><img src="images/mailto.png" class="center" alt="{t}mailto{/t}">     
+                                               <input {$contact_numACL} type="submit" name="SelectContactPerson" value="{t}Edit{/t}">
                                        </td>
                                </tr>
                                <tr>
                                <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}Edit{/t}" type="submit">      
+                                               <input name="AddAttachment"     value="{t}Add{/t}" type="submit">       
+                                               <input name="RemoveAttachment"  value="{t}Remove{/t}" type="submit">    
                                        </td>
                                </tr>
                        </table>