Code

Included changes done in the train
[gosa.git] / plugins / personal / generic / generic.tpl
index 0054dccd6798c47155884f8f2e9a4957601936b1..2271044db8cfbf7d3f599c4d5e6ec6ac29a64e0c 100644 (file)
   <td style="vertical-align:top;">
 
    <!-- Address, ... -->
-   <table summary=""> 
+   <table summary="" style="width:100%"
     <tr>
      <td style="vertical-align:top;"><label for="homePostalAddress">{t}Address{/t}</label></td>
-     <td><textarea id="homePostalAddress" name="homePostalAddress" rows="3" cols="22" {$homePostalAddressACL}>{$homePostalAddress}</textarea></td>
+     <td><textarea id="homePostalAddress" name="homePostalAddress" rows="3" style="width:100%" {$homePostalAddressACL}>{$homePostalAddress}</textarea></td>
     </tr>
     <tr>
      <td><label for="homePhone">{t}Private phone{/t}</label></td>
 
   <!-- Location, ... -->
   <td style="vertical-align:top;">
-   <table summary=""> 
+   <table summary="" style="width:100%"
     <tr>
      <td><label for="l">{t}Location{/t}</l></td>
      <td><input id="l" name="l" size=22 maxlength=60 {$lACL} value="{$l}"></td>
     <tr>
      <td style="vertical-align:top;"><label for="postalAddress">{t}Address{/t}</label></td>
      <td>
-      <textarea id="postalAddress" name="postalAddress" rows=3 cols=22 {$postalAddressACL}>{$postalAddress}</textarea>
+      <textarea id="postalAddress" name="postalAddress" rows=3 style="width:100%" {$postalAddressACL}>{$postalAddress}</textarea>
      </td>
     </tr>
    </table>