summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1574b71)
raw | patch | inline | side by side (parent: 1574b71)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 May 2006 08:00:17 +0000 (08:00 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 May 2006 08:00:17 +0000 (08:00 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3447 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/servkolab.tpl | patch | blob | history |
index c43aa90c1c154f6865fd1fcfcfaca2d5bdf3f251..58578bade6c4048e3d5db5b8a796bb490f8206f5 100644 (file)
<table summary="" style="width:100%">
<tr>
<td style="vertical-align:top; border-right:1px solid #A0A0A0; padding-right:5px;" width="50%">
-
+ <table summary="">
+ <tr>
+ <td colspan="2"><b>{t}Generic{/t}</b></td>
+ </tr>
+ <tr>
+ <td>{t}Postfix mydomain{/t}
+ </td>
+ <td>
+ <input type="text" name="postfix_mydomain" value="{$postfix_mydomain}" {$postfix_mydomainACL}>
+ </td>
+ </tr>
+ <tr>
+ <td>{t}Postfix mydestination{/t}
+ </td>
+ <td>
+ <input type="text" name="postfix_mydestination" value="{$postfix_mydestination}" {$postfix_mydestinationACL}>
+ </td>
+ </tr>
+ </table>
+ <p class="seperator" > </p>
<table summary="">
<tr>
<td colspan="2"><b>{t}Services{/t}</b></td>