remove SyncML Authentication config

This commit is contained in:
Ralf Becker 2016-06-09 12:10:01 +02:00
parent caafb0b84b
commit 7af18ff895
2 changed files with 3 additions and 17 deletions

View File

@ -174,10 +174,6 @@ function auth_types($config)
{
return _options_from(setup_cmd_config::auth_types(),$config['auth_type']);
}
function auth_type_syncml($config)
{
return _options_from(setup_cmd_config::auth_types(),$config['auth_type_syncml']);
}
function auth_type_groupdav($config)
{
return _options_from(setup_cmd_config::auth_types(),$config['auth_type_groupdav']);

View File

@ -123,7 +123,7 @@
<td colspan="2"><b>{lang_Authentication_/_Accounts}</b></td>
</tr>
<tr class="row_on">
<tr class="row_off">
<td>{lang_Select_which_type_of_authentication_you_are_using}:</td>
<td>
<select name="newsettings[auth_type]">
@ -132,18 +132,8 @@
</td>
</tr>
<tr class="row_off">
<td>{lang_Authentication_type_for_application}: <b>SyncML</b></td>
<td>
<select name="newsettings[auth_type_syncml]">
<option value="">{lang_Standard,_as_defined_above}</option>
{hook_auth_type_syncml}
</select>
</td>
</tr>
<tr class="row_on">
<td>{lang_Authentication_type_for_application}: <b>GroupDAV/CalDAV/CardDAV</b></td>
<td>{lang_Authentication_type_for_application}: <b>CalDAV/CardDAV Sync</b></td>
<td>
<select name="newsettings[auth_type_groupdav]">
<option value="">{lang_Standard,_as_defined_above}</option>
@ -153,7 +143,7 @@
</tr>
<tr class="row_off">
<td>{lang_Authentication_type_for_application}: <b>ActiveSync</b></td>
<td>{lang_Authentication_type_for_application}: <b>eSync (ActiveSync)</b></td>
<td>
<select name="newsettings[auth_type_activesync]">
<option value="">{lang_Standard,_as_defined_above}</option>