Code

Fixed error FAIscript (invalid attribute )
[gosa.git] / plugins / admin / systems / glpi.tpl
index cf2b27221d16685f2f56e6ecd7a95f12fb3bf859..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" name="SelectContactPerson" 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>
@@ -89,9 +89,8 @@
                                <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>
-                                               test
                                                <input name="AddAttachment"     value="{t}Add{/t}" type="submit">       
                                                <input name="RemoveAttachment"  value="{t}Remove{/t}" type="submit">    
                                        </td>