summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5cbd918)
raw | patch | inline | side by side (parent: 5cbd918)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:39:33 +0000 (16:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:39:33 +0000 (16:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16843 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/admin/groups/mail/paste_mail.tpl | patch | blob | history |
diff --git a/gosa-plugins/mail/admin/groups/mail/paste_mail.tpl b/gosa-plugins/mail/admin/groups/mail/paste_mail.tpl
index 9e07c6683f20306b5b6ffc573447d79833c5bcb2..fd746f45d4411d7a1f8f77fd4992e1a823916cc1 100644 (file)
<h3>{t}Mail settings{/t}</h3>
-<table summary="" style="width:100%; vertical-align:top; text-align:left;">
+<table style='width:100%; ' summary="">
+
<tr>
<td colspan=2>
<table summary="">
</tr>
<tr>
<td>
- <table style="width:100%; vertical-align:top; text-align:left;">
+ <table style='width:100%; '>
+
<tr>
- <td style="width:50%; border-right:1px solid #A0A0A0; vertical-align:top">
+ <td style='width:50%; ' class='right-border'>
+
{t}Alternative addresses{/t}
<select style="width:100%;" name="alternates_list[]" size=10 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>
- <td style="vertical-align:top;width:50%">
+ <td style='width:50%'>
+
{t}Forward messages to non group members{/t}
<select style="width:100%;" name="forwarder_list[]" size=10 multiple>
{html_options values=$gosaMailForwardingAddress output=$gosaMailForwardingAddress}