Code

Added better acl assignment
[gosa.git] / plugins / admin / systems / glpi.tpl
index 8832d2cb1ba4c04448c4f103f3be09d6e5d7a34d..2a65c176352685df2f9ece6cd4de2107338bd001 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>
@@ -91,8 +91,8 @@
                                                <select name="Attachments" {$AttachmentsACL} style="height:120px;width:100%;" multiple>
                                                        {html_options values=$AttachmentKeys output=$Attachments}
                                                </select>
-                                               <input name="AddAttachment"     value="{t}Add{/t}" type="submit">       
-                                               <input name="RemoveAttachment"  value="{t}Remove{/t}" type="submit">    
+                                               <input name="AddAttachment"     value="{t}Add{/t}" type="submit" {$AttachmentsACL}>     
+                                               <input name="RemoveAttachment"  value="{t}Remove{/t}" type="submit" {$AttachmentsACL}>  
                                        </td>
                                </tr>
                        </table>