summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 481fd9c)
raw | patch | inline | side by side (parent: 481fd9c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 Nov 2005 13:04:24 +0000 (13:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 29 Nov 2005 13:04:24 +0000 (13:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2128 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/mail/generic.tpl | patch | blob | history |
index 6c06f76eab23e18a74152a377072a4a8784b5ec5..ef2ecd917a125a4473c13055c59004b34f0a1e21 100644 (file)
<tr>
<td><label for="gosaMailServer">{t}Server{/t}</label></td>
<td>
- <select size="1" id="gosaMailServer" name="gosaMailServer" {$gosaMailServerACL} title="{t}Specify the mail server where the user will be hosted on{/t}">
+ <select size="1" id="gosaMailServer" name="gosaMailServer" {$gosaMailServerACL}
+ title="{t}Specify the mail server where the user will be hosted on{/t}">
{html_options values=$mailServers output=$mailServers selected=$gosaMailServer}
<option disabled> </option>
</select>
<td style="vertical-align:top;">
<h2><p class="center"<img class="center" alt="" align="middle" src="images/alternatemail.png" /><label for="alternates_list"> {t}Alternative addresses{/t}</label></p></h2>
<select id="alternates_list" style="width:100%;height:100px;" name="alternates_list[]" size="15"
- multiple title="{t}List of alternative mail addresses{/t}">
+ multiple title="{t}List of alternative mail addresses{/t}" {$gosaMailAlternateAddressACL}>
{html_options values=$gosaMailAlternateAddress output=$gosaMailAlternateAddress}
<option disabled> </option>
</select>
<p style="margin-bottom:0px;">
<b><label for="forwarder_list">{t}Forward messages to{/t}</label></b>
</p>
- <select id="gosaMailForwardingAddress" style="width:100%; height:100px;" name="forwarder_list[]" size=15 multiple>
+ <select id="gosaMailForwardingAddress" style="width:100%; height:100px;" name="forwarder_list[]" size=15 multiple {$gosaMailForwardingAddressACL}>
{html_options values=$gosaMailForwardingAddress output=$gosaMailForwardingAddress selected=$template}
<option disabled> </option>
</select>