summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 23e7849)
raw | patch | inline | side by side (parent: 23e7849)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 8 Jun 2006 05:08:08 +0000 (05:08 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 8 Jun 2006 05:08:08 +0000 (05:08 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3691 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/goImapServer.tpl | patch | blob | history |
index b4e38a19c40226eb462086480052baad37ae9d00..3659644d8ac1af9acae2c1db070fa5f7eba47423 100644 (file)
<td style='width:50%;'>
<table summary="">
<tr>
- <td>{t}Server identifier{/t}
+ <td>{t}Server identifier{/t}{$must}
</td>
<td><input name="goImapName" id="goImapName" size=40 maxlength=60 {$goImapNameACL} value="{$goImapName}" >
</td>
</tr>
<tr>
- <td>{t}Connect URL{/t}
+ <td>{t}Connect URL{/t}{$must}
</td>
<td><input name="goImapConnect" id="goImapConnect" size=40 maxlength=60 {$goImapConnectACL} value="{$goImapConnect}" >
</td>
</tr>
<tr>
- <td>{t}Admin user{/t}
+ <td>{t}Admin user{/t}{$must}
</td>
<td><input name="goImapAdmin" id="goImapAdmin" size=30 maxlength=60 {$goImapAdminACL} value="{$goImapAdmin}" >
</td>
</tr>
<tr>
- <td>{t}Password{/t}
+ <td>{t}Password{/t}{$must}
</td>
<td><input type=password name="goImapPassword" id="goImapPassword" size=30 maxlength=60 {$goImapPasswordACL} value="{$goImapPassword}" >
</td>
</tr>
<tr>
- <td>{t}Sieve port{/t}
+ <td>{t}Sieve port{/t}{$must}
</td>
<td><input name="goImapSievePort" id="goImapSievePort" size=10 maxlength=30 {$goImapSievePortACL} value="{$goImapSievePort}">
</td>