Code

replaced <p> seperator style by <hr >
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Mar 2010 11:51:09 +0000 (11:51 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Mar 2010 11:51:09 +0000 (11:51 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16229 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/mail/personal/mail/copypaste.tpl
gosa-plugins/mail/personal/mail/sieve/templates/add_element.tpl
gosa-plugins/mail/personal/mail/sieve/templates/import_script.tpl
gosa-plugins/mail/personal/mail/sieve/templates/select_test_type.tpl

index fefc219210175ed73dcdf339258ebcc6477e5505..4c1e6524a3cd667959fc535b4162ef882f5045b2 100644 (file)
@@ -1,40 +1,13 @@
 <h3>{t}Mail settings{/t}</h3>
-<table style='width:100%;' cellspacing=0>
-       <tr>
-               <td style='width:50%;vertical-align:top; border-right:1px solid #AAA'>
-                       <table style="width:100%;">
-                               <tr>
-                                       <td><label for="mail">{t}Primary address{/t}</label>{$must}</td>
-                                       <td><input type='text' id="mail" name="mail" size=35 maxlength=65 value="{$mail}"></td>
-                               </tr>
-                               <tr>
-                                       <td colspan="2">
-                                               <p style="margin-bottom:0px;">
-                                                       <b><label for="forwarder_list">{t}Forward messages to{/t}</label></b>
-                                               </p>
-                                       </td>
-                               </tr>
-                       </table>
-               </td>
-               <td style="vertical-align:bottom;border-left:1px solid #A0A0A0">
-                       <table style="width:100%;">
-                               <tr>
-                                       <td style="vertical-align:top;">
-                                               <h3>
-                                                       {image path="plugins/mail/images/alternatemail.png"}
 
-                                                       <label for="alternates_list">{t}Alternative addresses{/t}</label>
-                                               </h3>
-                                       </td>
-                               </tr>
-                       </table>
-               </td>
-       </tr>
+    <label for="mail">{t}Primary address{/t}</label>{$must}
+    <input type='text' id="mail" name="mail" size=35 maxlength=65 value="{$mail}">
+
+<table style='width:100%;' cellspacing=0  summary="{t}Address configuration{/t}">
        <tr>
                <td>
-                       <table style='width:100%;'>
-                               <tr>
-                                       <td colspan="2">
+               <h3>
+      <label for="forwarder_list">{t}Forward messages to{/t}</label></h3>
                                                <select id="gosaMailForwardingAddress" style="width:100%; height:100px;" name="forwarder_list[]" size=15 multiple >
                                                                {html_options values=$gosaMailForwardingAddress output=$gosaMailForwardingAddress}
                                                                <option disabled>&nbsp;</option>
 
                                            <button type='submit' name='delete_forwarder'>{msgPool type=delButton}</button>
 
-                                       </td>
-                               </tr>
-                       </table>
                </td>
                <td style="vertical-align:bottom;border-left:1px solid #A0A0A0">
-                       <table style='width:100%;'>
-                               <tr>
-                                       <td colspan="2" >
+         <h3><label for="alternates_list">{t}Alternative addresses{/t}</label></h3>
                                                <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}
@@ -66,9 +34,6 @@
 
                                                <button type='submit' name='delete_alternate'>{msgPool type=delButton}</button>
 
-                                       </td>
-                               </tr>
-                       </table>
                </td>           
        </tr>
 </table>
index e9d71b143f7761fe241786926899b1c014993cf9..c9edcb75185e3d512bbd4dfd16af493552a214a9 100644 (file)
@@ -5,7 +5,7 @@
        {html_options options=$element_types selected=$element_type}
 </select>
 
-<p class='seperator'>&nbsp;</p>
+<hr>
 <br>
 <div class='seperator' style='text-align:right; width:100%;'>
     <input type='submit' name='select_new_element_type' value='{t}Continue{/t}'>
index 7b2f609c3df38abc9c8c070d89cbee76478c9ef5..65faecede1e2603feac7ac21772d225db574c69d 100644 (file)
@@ -6,7 +6,7 @@
 
 <br>
 <br>
-<p class='seperator'>&nbsp;</p>
+<hr>
 <br>
 <div class='seperator' style='text-align:right; width:100%;'>
     <input type='submit' name='Import_Script_Save' value='{t}Import{/t}'>
index 01ddc85b76189e9de481ce4586617420d26e2bb6..b00cad6ce4dba2949a18d58631ad3397b0e1f8ae 100644 (file)
@@ -5,7 +5,7 @@
        {html_options options=$test_types_to_add}
 </select>
 
-<p class='seperator'>&nbsp;</p>
+<hr>
 <br>
 <div class='seperator' style='text-align:right; width:100%;'>
        <input type='submit' name='add_type' value='{t}Continue{/t}'>