Code

Fixed a set of typos
[gosa.git] / plugins / personal / mail / generic.tpl
index 6c06f76eab23e18a74152a377072a4a8784b5ec5..c467a89f5c24d598be88550786a3c36601d76d26 100644 (file)
@@ -1,7 +1,7 @@
 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding="0" border="0">
  <tr>
   <td style="width:50%; vertical-align:top;">
-   <h2><p class="center"><img class="center" alt="" align="middle" src="images/rightarrow.png" />&nbsp;{t}Generic{/t}</p></h2>
+   <h2><img class="center" alt="" align="middle" src="images/rightarrow.png" />&nbsp;{t}Generic{/t}</h2>
    <table summary="">
     <tr>
      <td><label for="mail">{t}Primary address{/t}</label>{$must}</td>
@@ -10,7 +10,8 @@
     <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>&nbsp;</option>
       </select>
@@ -45,9 +46,9 @@
   </td>
 
   <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>
+   <h2><img class="center" alt="" align="middle" src="images/alternatemail.png" /><label for="alternates_list"> {t}Alternative addresses{/t}</label></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>&nbsp;</option>
    </select>
@@ -63,7 +64,7 @@
 
 <p class="seperator">&nbsp;</p>
 
-<h2><p class="center"><img class="center" alt="" align="middle" src="images/envelope.png" />&nbsp;{t}Mail options{/t}</p></h2>
+<h2><img class="center" alt="" align="middle" src="images/envelope.png" />&nbsp;{t}Mail options{/t}</h2>
 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4 border=0>
  <tr style="padding-bottom:0px;">
   <td style="width:50%">
    <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>&nbsp;</option>
    </select>
 
 <p class="seperator">&nbsp;</p>
 
-<h2><p class="center"><img class="center" alt="" align="middle" src="images/false.png" />&nbsp;{t}Advanced mail options{/t}</p></h2>
+<h2><img class="center" alt="" align="middle" src="images/false.png" />&nbsp;{t}Advanced mail options{/t}</h2>
 
 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding="4" border="0">
  <tr>