summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 377572f)
raw | patch | inline | side by side (parent: 377572f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Apr 2006 07:38:33 +0000 (07:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Apr 2006 07:38:33 +0000 (07:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2969 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/mail/copypaste.tpl | patch | blob | history |
index fdfca59a3cda1e9f3a640ccc1ef37200234d26c0..69a40f13f37989ec284049fcfdd18fd615722ed3 100644 (file)
<h2>{t}Mail settings{/t}</h2>
-<table style='width:100%;'>
+<table style='width:100%;' cellspacing=0>
<tr>
<td style='width:50%;vertical-align:top;'>
- <table>
+ <table style="width:100%;">
<tr>
<td><label for="mail">{t}Primary address{/t}</label>{$must}</td>
<td><input 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>
- <select id="gosaMailForwardingAddress" style="width:100%; height:100px;" name="forwarder_list[]" size=15 multiple >
- {html_options values=$gosaMailForwardingAddress output=$gosaMailForwardingAddress}
- <option disabled> </option>
- </select>
- <br>
- <input name="forward_address" size=20 align="middle" maxlength=65 value="">
- <input type="submit" value="{t}Add{/t}" name="add_forwarder" >
- <input type="submit" value="{t}Add local{/t}" name="add_local_forwarder" >
- <input type="submit" value="{t}Delete{/t}" name="delete_forwarder" >
-
+ <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-algin:top;">
- <table>
+ <td style="vertical-align:bottom;border-left:1px solid #A0A0A0">
+ <table style="width:100%;">
<tr>
<td style="vertical-align:top;">
<h2>
<img class="center" alt="" align="middle" src="images/alternatemail.png" />
<label for="alternates_list">{t}Alternative addresses{/t}</label>
</h2>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <table style='width:100%;'>
+ <tr>
+ <td colspan="2">
+ <select id="gosaMailForwardingAddress" style="width:100%; height:100px;" name="forwarder_list[]" size=15 multiple >
+ {html_options values=$gosaMailForwardingAddress output=$gosaMailForwardingAddress}
+ <option disabled> </option>
+ </select>
+ <br>
+ <input name="forward_address" size=20 align="middle" maxlength=65 value="">
+ <input type="submit" value="{t}Add{/t}" name="add_forwarder" >
+ <input type="submit" value="{t}Add local{/t}" name="add_local_forwarder" >
+ <input type="submit" value="{t}Delete{/t}" name="delete_forwarder" >
+ </td>
+ </tr>
+ </table>
+ </td>
+ <td style="vertical-align:bottom;border-left:1px solid #A0A0A0">
+ <table style='width:100%;'>
+ <tr>
+ <td colspan="2" >
<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}