Code

Fixed layout for mail tab
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 31 Oct 2005 08:09:43 +0000 (08:09 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 31 Oct 2005 08:09:43 +0000 (08:09 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1767 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/mail/generic.tpl

index 58db69a8714981f8e1bd4db18a2d0dd7c14dbb5b..77d2f8721bc1d6d42a34b0c8cb43f99eb0dd3da0 100644 (file)
@@ -5,7 +5,7 @@
    <table summary="">
     <tr>
      <td><LABEL for="mail">{t}Primary address{/t}</LABEL>{$must}</td>
-     <td><input id="mail" name="mail" size=25 maxlength=65 {$mailACL} value="{$mail}"></td>
+     <td><input id="mail" name="mail" size=35 maxlength=65 {$mailACL} value="{$mail}"></td>
     </tr>
     <tr>
      <td><LABEL for="gosaMailServer">{t}Server{/t}</LABEL></td>
@@ -46,7 +46,7 @@
 
   <td style="vertical-align:top;">
    <h2><img alt="" align="middle" src="images/alternatemail.png"><LABEL for="alternates_list"> {t}Alternative addresses{/t}</LABEL></h2>
-   <select id="alternates_list" style="width:350px; height:100px;" name="alternates_list[]" size=15
+   <select id="alternates_list" style="width:100%;height:100px;" name="alternates_list[]" size=15
         multiple title="{t}List of alternative mail addresses{/t}">
             {html_options values=$gosaMailAlternateAddress output=$gosaMailAlternateAddress}
                        <option disabled>&nbsp;</option>
    <p style="margin-bottom:0px;">
     <b><LABEL for="gosaVacationMessage">{t}Vacation message{/t}</LABEL></b>
    </p>
-   <textarea id="gosaVacationMessage" style="width:350px; height:100px;" name="gosaVacationMessage" rows="4" cols="512"
+   <textarea id="gosaVacationMessage" style="width:99%; height:100px;" name="gosaVacationMessage" rows="4" cols="512"
        {$gosaVacationMessageACL}>{$gosaVacationMessage}</textarea>
    <br>
    {if $show_templates eq "true"}
    <p style="margin-bottom:0px;">
     <b><LABEL for="forwarder_list">{t}Forward messages to{/t}</LABEL></b>
    </p>
-   <select id="gosaMailForwardingAddress" style="width:350px; height:100px;" name="forwarder_list[]" size=15 multiple>
+   <select id="gosaMailForwardingAddress" style="width:100%; height:100px;" name="forwarder_list[]" size=15 multiple>
                        {html_options values=$gosaMailForwardingAddress output=$gosaMailForwardingAddress selected=$template}        
                        <option disabled>&nbsp;</option>
    </select>