summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 61d98e1)
raw | patch | inline | side by side (parent: 61d98e1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 5 Mar 2010 11:51:09 +0000 (11:51 +0000) | ||
committer | hickert <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
diff --git a/gosa-plugins/mail/personal/mail/copypaste.tpl b/gosa-plugins/mail/personal/mail/copypaste.tpl
index fefc219210175ed73dcdf339258ebcc6477e5505..4c1e6524a3cd667959fc535b4162ef882f5045b2 100644 (file)
<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> </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}
<button type='submit' name='delete_alternate'>{msgPool type=delButton}</button>
- </td>
- </tr>
- </table>
</td>
</tr>
</table>
diff --git a/gosa-plugins/mail/personal/mail/sieve/templates/add_element.tpl b/gosa-plugins/mail/personal/mail/sieve/templates/add_element.tpl
index e9d71b143f7761fe241786926899b1c014993cf9..c9edcb75185e3d512bbd4dfd16af493552a214a9 100644 (file)
{html_options options=$element_types selected=$element_type}
</select>
-<p class='seperator'> </p>
+<hr>
<br>
<div class='seperator' style='text-align:right; width:100%;'>
<input type='submit' name='select_new_element_type' value='{t}Continue{/t}'>
diff --git a/gosa-plugins/mail/personal/mail/sieve/templates/import_script.tpl b/gosa-plugins/mail/personal/mail/sieve/templates/import_script.tpl
index 7b2f609c3df38abc9c8c070d89cbee76478c9ef5..65faecede1e2603feac7ac21772d225db574c69d 100644 (file)
<br>
<br>
-<p class='seperator'> </p>
+<hr>
<br>
<div class='seperator' style='text-align:right; width:100%;'>
<input type='submit' name='Import_Script_Save' value='{t}Import{/t}'>
diff --git a/gosa-plugins/mail/personal/mail/sieve/templates/select_test_type.tpl b/gosa-plugins/mail/personal/mail/sieve/templates/select_test_type.tpl
index 01ddc85b76189e9de481ce4586617420d26e2bb6..b00cad6ce4dba2949a18d58631ad3397b0e1f8ae 100644 (file)
{html_options options=$test_types_to_add}
</select>
-<p class='seperator'> </p>
+<hr>
<br>
<div class='seperator' style='text-align:right; width:100%;'>
<input type='submit' name='add_type' value='{t}Continue{/t}'>