summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3858826)
raw | patch | inline | side by side (parent: 3858826)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 Mar 2010 14:29:39 +0000 (14:29 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 Mar 2010 14:29:39 +0000 (14:29 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16957 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/kolab/admin/systems/services/kolab/servkolab.tpl | patch | blob | history |
diff --git a/gosa-plugins/kolab/admin/systems/services/kolab/servkolab.tpl b/gosa-plugins/kolab/admin/systems/services/kolab/servkolab.tpl
index 0610c8739458dd9315f3a5aa493102f92a8d7171..6fd180bcca9c43fe69718853651d7ca5bef473ca 100644 (file)
<table summary="" style="width:100%">
<tr>
- <td style='padding-right:5px;' class='right-border'>
+ <td style='width:50%' class='right-border'>
+
+ <h3>{t}Generic{/t}</h3>
<table summary="" width="100%">
<tr>
- <td colspan="2"><b>{t}Generic{/t}</b></td>
- </tr>
- <tr>
- <td>{t}Postfix mydomain{/t} {$must}
- </td>
- <td>
-{render acl=$postfixmydomainACL}
- <input type="text" name="postfix_mydomain" value="{$postfix_mydomain}">
-{/render}
- </td>
- </tr>
- <tr>
- <td>{t}Cyrus admins{/t}
- </td>
- <td>
-{render acl=$cyrusadminsACL}
- <input type="text" name="cyrus_admins" value="{$cyrus_admins}">
-{/render}
- </td>
- </tr>
- <tr>
- <td colspan="2">{t}Mail domains{/t} ({t}Postfix mydestination{/t}) {$must}
-<br>
-{render acl=$postfixmydestinationACL}
- {$mdDiv}
-{/render}
-{render acl=$postfixmydestinationACL}
- <input size="30" type='text' name='new_domain_name' value=''>
-{/render}
-{render acl=$postfixmydestinationACL}
- <button type='submit' name='add_domain_name'>{msgPool type=addButton}</button>
-
-{/render}
- </td>
- </tr>
- </table>
+ <td>
+ {t}Postfix mydomain{/t} {$must}
+ </td>
+ <td>
+ {render acl=$postfixmydomainACL}
+ <input type="text" name="postfix_mydomain" value="{$postfix_mydomain}">
+ {/render}
+ </td>
+ </tr>
+ <tr>
+ <td>
+ {t}Cyrus admins{/t}
+ </td>
+ <td>
+ {render acl=$cyrusadminsACL}
+ <input type="text" name="cyrus_admins" value="{$cyrus_admins}">
+ {/render}
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ {t}Mail domains{/t} ({t}Postfix mydestination{/t}) {$must}
+ {render acl=$postfixmydestinationACL}
+ {$mdDiv}
+ {/render}
+ {render acl=$postfixmydestinationACL}
+ <input size="30" type='text' name='new_domain_name' value=''>
+ {/render}
+ {render acl=$postfixmydestinationACL}
+ <button type='submit' name='add_domain_name'>
+ {msgPool type=addButton}</button>
+ {/render}
+ </td>
+ </tr>
+ </table>
+
<hr>
+
+ <h3>{t}Services{/t}</h3>
<table summary="">
<tr>
- <td colspan="2"><b>{t}Services{/t}</b></td>
- </tr>
- <tr>
- <td>
-{render acl=$cyruspop3ACL}
- <input id="cyrus_pop3" name="cyrus_pop3" value="1" type="checkbox" {$cyrus_pop3Check}>
-{/render}
- </td>
- <td>
- <LABEL for="cyrus_pop3">{t}POP3 service{/t}</LABEL>
- </td>
- </tr>
- <tr>
- <td>
-{render acl=$cyruspop3sACL}
- <input id="cyrus_pop3s" name="cyrus_pop3s" value="1" type="checkbox" {$cyrus_pop3sCheck}>
-{/render}
- </td>
- <td>
- <LABEL for="cyrus_pop3s">{t}POP3/SSL service{/t}</LABEL>
- </td>
+ <td>
+ {render acl=$cyruspop3ACL}
+ <input id="cyrus_pop3" name="cyrus_pop3" value="1" type="checkbox" {$cyrus_pop3Check}>
+ {/render}
+ </td>
+ <td>
+ <label for="cyrus_pop3">
+ {t}POP3 service{/t}</label>
+ </td>
</tr>
<tr>
- <td>
-{render acl=$cyrusimapACL}
- <input id="cyrus_imap" name="cyrus_imap" value="1" type="checkbox" {$cyrus_imapCheck}>
-{/render}
- </td>
- <td>
- <LABEL for="cyrus_imap">{t}IMAP service{/t}</LABEL>
- </td>
+ <td>
+ {render acl=$cyruspop3sACL}
+ <input id="cyrus_pop3s" name="cyrus_pop3s" value="1" type="checkbox" {$cyrus_pop3sCheck}>
+ {/render}
+ </td>
+ <td>
+ <label for="cyrus_pop3s">
+ {t}POP3/SSL service{/t}</label>
+ </td>
</tr>
<tr>
- <td>
-{render acl=$cyrusimapsACL}
- <input id="cyrus_imaps" name="cyrus_imaps" value="1" type="checkbox" {$cyrus_imapsCheck}>
-{/render}
- </td>
- <td>
- <LABEL for="cyrus_imaps">{t}IMAP/SSL service{/t}</LABEL>
- </td>
+ <td>
+ {render acl=$cyrusimapACL}
+ <input id="cyrus_imap" name="cyrus_imap" value="1" type="checkbox" {$cyrus_imapCheck}>
+ {/render}
+ </td>
+ <td>
+ <label for="cyrus_imap">
+ {t}IMAP service{/t}</label>
+ </td>
</tr>
<tr>
- <td>
-{render acl=$cyrussieveACL}
- <input id="cyrus_sieve" name="cyrus_sieve" value="1" type="checkbox" {$cyrus_sieveCheck}>
-{/render}
- </td>
- <td>
- <LABEL for="cyrus_sieve">{t}Sieve service{/t}</LABEL>
- </td>
+ <td>
+ {render acl=$cyrusimapsACL}
+ <input id="cyrus_imaps" name="cyrus_imaps" value="1" type="checkbox" {$cyrus_imapsCheck}>
+ {/render}
+ </td>
+ <td>
+ <label for="cyrus_imaps">
+ {t}IMAP/SSL service{/t}</label>
+ </td>
</tr>
<tr>
- <td>
-{render acl=$proftpdftpACL}
- <input id="proftpd_ftp" name="proftpd_ftp" value="1" type="checkbox" {$proftpd_ftpCheck}>
-{/render}
- </td>
- <td>
- <LABEL for="proftpd_ftp">{t}FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy){/t}</LABEL>
- </td>
+ <td>
+ {render acl=$cyrussieveACL}
+ <input id="cyrus_sieve" name="cyrus_sieve" value="1" type="checkbox" {$cyrus_sieveCheck}>
+ {/render}
+ </td>
+ <td>
+ <label for="cyrus_sieve">
+ {t}Sieve service{/t}</label>
+ </td>
</tr>
<tr>
- <td>
-{render acl=$apachehttpACL}
- <input id="apache_http" name="apache_http" value="1" type="checkbox" {$apache_httpCheck}>
-{/render}
- </td>
- <td>
- <LABEL for="apache_http">{t}HTTP FreeBusy service (legacy){/t}</LABEL>
- </td>
+ <td>
+ {render acl=$proftpdftpACL}
+ <input id="proftpd_ftp" name="proftpd_ftp" value="1" type="checkbox" {$proftpd_ftpCheck}>
+ {/render}
+ </td>
+
+ <td>
+ <label for="proftpd_ftp">
+ {t}FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy){/t}</label>
+ </td>
</tr>
<tr>
- <td>
-{render acl=$postfixenablevirusscanACL}
- <input id="postfix_enable_virus_scan" name="postfix_enable_virus_scan" value="1" type="checkbox" {$postfix_enable_virus_scanCheck}>
-{/render}
- </td>
- <td>
- <LABEL for="postfix_enable_virus_scan">{t}Amavis email scanning (virus/spam){/t}</LABEL>
- </td>
- </tr>
+ <td>
+ {render acl=$apachehttpACL}
+ <input id="apache_http" name="apache_http" value="1" type="checkbox" {$apache_httpCheck}>
+ {/render}
+ </td>
+ <td>
+ <label for="apache_http">
+ {t}HTTP FreeBusy service (legacy){/t}</label>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ {render acl=$postfixenablevirusscanACL}
+ <input id="postfix_enable_virus_scan" name="postfix_enable_virus_scan" value="1" type="checkbox" {$postfix_enable_virus_scanCheck}>
+ {/render}
+ </td>
+ <td>
+ <label for="postfix_enable_virus_scan">
+ {t}Amavis email scanning (virus/spam){/t}</label>
+ </td>
+ </tr>
</table>
<hr>
- <br>
+ <h3>{t}Quota settings{/t}</h3>
<table summary="">
<tr>
- <td>
- <b>{t}Quota settings{/t}</b>
- </td>
- </tr>
- <tr>
- <td>
-{render acl=$cyrusquotawarnACL}
- {$quotastr}
-{/render}
- </td>
- </tr>
+ <td>
+ {render acl=$cyrusquotawarnACL}
+ {$quotastr}
+ {/render}
+ </td>
+ </tr>
</table>
-
+
</td>
<td>
-
+ <h3>{t}Free/Busy settings{/t}</h3>
<table summary="">
<tr>
- <td colspan="2">
- <b>{t}Free/Busy settings{/t}</b>
- </td>
+ <td>
+ {render acl=$apacheallowunauthenticatedfbACL}
+ <input name="apache_allow_unauthenticated_fb" value="1" type="checkbox" {$apache_allow_unauthenticated_fbCheck}>
+ {t}Allow unauthenticated downloading of Free/Busy information{/t}
+ {/render}
+ </td>
</tr>
<tr>
- <td>
-{render acl=$apacheallowunauthenticatedfbACL}
- <input name="apache_allow_unauthenticated_fb" value="1" type="checkbox" {$apache_allow_unauthenticated_fbCheck}> {t}Allow unauthenticated downloading of Free/Busy information{/t}
-{/render}
- </td>
- </tr>
- <tr>
- <td>
-{render acl=$kolabFreeBusyFutureACL}
- {$fbfuture}
-{/render}
- </td>
- </tr>
+ <td>
+ {render acl=$kolabFreeBusyFutureACL}
+ {$fbfuture}
+ {/render}
+ </td>
+ </tr>
</table>
-<hr>
-<br>
+ <hr>
+
+ <h3>{t}SMTP privileged networks{/t}</h3>
<table summary="">
<tr>
- <td>
- <b>{t}SMTP privileged networks{/t}</b>
- </td>
+ <td>
+ <label for="postfix_mynetworks">
+ {t}Hosts/networks allowed to relay{/t}</label>
+ {render acl=$postfixmynetworksACL}
+ <input id="postfix_mynetworks" name="postfix_mynetworks" size="60" maxlength="220" value="{$postfix_mynetworks}" type="text">
+ {/render}
+ ( {t}Enter multiple values, seperated with{/t} , )
+ </td>
</tr>
- <tr>
- <td>
- <LABEL for="postfix_mynetworks">{t}Hosts/networks allowed to relay{/t}</LABEL><br>
-{render acl=$postfixmynetworksACL}
- <input id="postfix_mynetworks" name="postfix_mynetworks" size="60" maxlength="220" value="{$postfix_mynetworks}" type="text">
-{/render}
- <br>
- ( {t}Enter multiple values, seperated with{/t} , )
- </td>
- </tr>
</table>
+ <hr>
-<hr>
-<br>
-
-
+ <h3>{t}SMTP smarthost/relayhost{/t}</h3>
<table summary="">
<tr>
- <td>
- <b>{t}SMTP smarthost/relayhost{/t}</b>
- </td>
+ <td>
+ {render acl=$postfixrelayhostACL}
+ <input id="RelayMxSupport" name="RelayMxSupport" value="1" type="checkbox" {$RelayMxSupportCheck}>
+ {/render}
+ <label for="RelayMxSupport">
+ {t}Enable MX lookup for relayhost{/t}</label>
+ </td>
</tr>
<tr>
- <td>
-{render acl=$postfixrelayhostACL}
- <input id="RelayMxSupport" name="RelayMxSupport" value="1" type="checkbox" {$RelayMxSupportCheck}>
-{/render}
- <LABEL for="RelayMxSupport">{t}Enable MX lookup for relayhost{/t}</LABEL>
- </td>
- </tr>
- <tr>
- <td>
- <LABEL for="postfix_relayhost">{t}Host used to relay mails{/t}</LABEL>
-{render acl=$postfixrelayhostACL}
- <input id="postfix_relayhost" name="postfix_relayhost" size="35" maxlength="120" value="{$postfix_relayhost}" type="text">
-{/render}
- </td>
- </tr>
+
+ <td>
+ <label for="postfix_relayhost">
+ {t}Host used to relay mails{/t}</label>
+
+ {render acl=$postfixrelayhostACL}
+ <input id="postfix_relayhost" name="postfix_relayhost" size="35" maxlength="120" value="{$postfix_relayhost}" type="text">
+ {/render}
+ </td>
+ </tr>
</table>
-
-<hr>
-<br>
+ <hr>
+ <h3>{t}Accept Internet Mail{/t}</h3>
<table summary="">
<tr>
- <td>
- <b>{t}Accept Internet Mail{/t}</b>
- </td>
+ <td>
+ {render acl=$postfixallowunauthenticatedACL}
+ <input id="postfix_allow_unauthenticated" name="postfix_allow_unauthenticated" value="1" type="checkbox" {$postfix_allow_unauthenticatedCheck}>
+ {/render}
+ <label for="postfix_allow_unauthenticated">
+ {t}Accept mail from other domains over non-authenticated SMTP{/t}</label>
+ </td>
</tr>
- <tr>
- <td>
-{render acl=$postfixallowunauthenticatedACL}
- <input id="postfix_allow_unauthenticated" name="postfix_allow_unauthenticated" value="1" type="checkbox" {$postfix_allow_unauthenticatedCheck}>
-{/render}
- <LABEL for="postfix_allow_unauthenticated">{t}Accept mail from other domains over non-authenticated SMTP{/t}</LABEL>
- </td>
- </tr>
</table>
-
-
</td>
</tr>
</table>
-
<input type="hidden" name="kolabtab">
-
<hr>
<div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
- <button type='submit' name='SaveService'>{msgPool type=saveButton}</button>
-
-
- <button type='submit' name='CancelService'>{msgPool type=cancelButton}</button>
-
+ <button type='submit' name='SaveService'>
+ {msgPool type=saveButton}</button>
+
+ <button type='submit' name='CancelService'>
+ {msgPool type=cancelButton}</button>
</div>
-