Code

Some fixes
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 Jan 2006 08:43:01 +0000 (08:43 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 Jan 2006 08:43:01 +0000 (08:43 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2533 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_glpiAccount.inc
plugins/admin/systems/glpi.tpl
plugins/admin/systems/glpiPrinter.tpl

index b15af4bde4b1b1b90defbc95a27cdecf45bb3d8d..43af3cd0948656358fc6ae354ef6e4032245c140 100644 (file)
@@ -11,7 +11,7 @@ class glpiAccount extends plugin
   var $ignore_account= FALSE;
   var $attributes= array("ID","name","contact",
       "tech_num","comments","date_mod","os","location","domain","network","contact_num",
-      "model","type","is_template","FK_glpi_enterprise","deleted");
+      "model","type","is_template","FK_glpi_enterprise","deleted","InstalledDevices","Attachments");
 
   var $ID                 ;       // Is set if this entry is edited 
   var $name               = "";    // This should be the dn of this entry 
index 2a65c176352685df2f9ece6cd4de2107338bd001..7e13cfd8a0fbbf5f798b9c70a2070655af3ba2d0 100644 (file)
                                        <td>
                                                {t}Contact person{/t}
                                        </td>
-                                       <td>
+                                       <td width="100%">
                                                <i>{$contact_num}&nbsp; </i>&nbsp;
                                                <input {$contact_numACL} type="submit" name="SelectContactPerson" value="{t}Edit{/t}">
                                        </td>
                                </tr>
                                <tr>
-                                       <td>
+                                       <td valign="top">
                                                {t}Comments{/t}
                                        </td>
                                        <td>
index d41003fee022814d82d5c898cdb5079c5e58f67f..054217bc1f22e252c6157fed7ed48092a84fa543 100644 (file)
@@ -52,7 +52,7 @@
                        <h2>{t}Information{/t}</h2>
                        <table summary="" width="100%">
                                <tr>
-                                       <td>
+                                       <td width="100%">
                                                <textarea name="comments" style="width:100%;height:100px;" {$commentsACL}>{$comments}</textarea>
                                        </td>
                                </tr>