Code

Fixed undefined index in sieve authentification method detection
[gosa.git] / gosa-plugins / mail / personal / mail / mail_locals.tpl
index 9b9c2d8b1dc4193fa6ab5c7f9d97175f589a8a30..686c7395f3cae71070fd8fbb9c1ba14ced1e9c56 100644 (file)
@@ -1,6 +1,6 @@
 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
   <tr>
-    <td style="vertical-align:top;width:600px">
+    <td style="vertical-align:top;">
       <div class="contentboxh" style="height:20px;">
         <p class="contentboxh" style="font-size:12px">
           <b>
       </div>
       <div class="contentboxb">
         <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
-          <select id="local_list" style="width:600px; margin-top:4px; height:450px;" name="local_list[]" size="15" multiple>
+          <select id="local_list" style="width:100%; margin-top:4px; height:450px;" name="local_list[]" size="15" multiple>
                  {html_options options=$mailusers}
           </select>
         </p>
       </div>
     </td>
-    <td style="vertical-align:top;">
+    <td style="vertical-align:top;width:350px">
       <div class="contentboxh" style="height:20px;">
         <p class="contentboxh" style="font-size:12px">
           <img src="{$launchimage}" align="right" alt="[F]">
@@ -72,7 +72,7 @@
 </table>
 
 <p class="plugbottom">
-  <input type=submit name="add_locals_finish" value="{t}Add{/t}">
+  <input type=submit name="add_locals_finish" value="{msgPool type=addButton}">
   &nbsp;
   <input type=submit name="add_locals_cancel" value="{msgPool type=cancelButton}">
 </p>