mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
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:
parent
16e41660c6
commit
ff1173f09e
File diff suppressed because one or more lines are too long
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user