Code

Updated
[gosa.git] / plugins / admin / systems / class_glpiAccount.inc
index 71036a3ac0e99a27c6a6a0a252c49430880a298e..a72f7005c957413499578d32658c73b95107ef7f 100644 (file)
@@ -551,7 +551,7 @@ class glpiAccount extends plugin
     */
 
     $divlist = new divSelectBox("glpiAttachmentsList");
-    $divlist-> SetHeight(150); 
+    $divlist-> SetHeight(120); 
     $atts = $this->getUsedAttachments(true);
     $downlink = "<a href='get_attachment.php?id=%s' target='_blank'>%s</a>";
     $del_link = "<input type='image' src='images/edittrash.png' name='delAttachment_%s'>";