summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4b63641)
raw | patch | inline | side by side (parent: 4b63641)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 31 Oct 2005 08:09:43 +0000 (08:09 +0000) | ||
committer | cajus <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 | patch | blob | history |
index 58db69a8714981f8e1bd4db18a2d0dd7c14dbb5b..77d2f8721bc1d6d42a34b0c8cb43f99eb0dd3da0 100644 (file)
<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>
<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> </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> </option>
</select>