as the ui suggest that we do not want to validate certs, we have to switch the true/false option for the checkbox to match the wording.

This commit is contained in:
Klaus Leithoff 2012-04-10 10:36:39 +00:00
parent 16e41660c6
commit ff1173f09e
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -177,7 +177,7 @@
</rows>
</grid>
</template>
<template id="emailadmin.edit.IMAP" template="" lang="" group="0" version="1.9.001">
<template id="emailadmin.edit.IMAP" template="" lang="" group="0" version="1.9.002">
<grid width="100%" height="400" overflow="auto">
<columns>
<column/>
@ -261,7 +261,7 @@
</row>
<row>
<description value="do not validate certificate"/>
<checkbox id="ea_imap_tsl_auth" options="yes,no"/>
<checkbox id="ea_imap_tsl_auth" options="no,yes"/>
</row>
</rows>
</grid>