2024-05-29 05:32:54 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
|
* SPDX-FileCopyrightText: 2013-2017 ownCloud, Inc.
|
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
*/
|
|
|
|
|
?>
|
2013-09-27 12:30:59 -04:00
|
|
|
<div class="ldapSettingControls">
|
2014-10-08 09:09:02 -04:00
|
|
|
<button type="button" class="ldap_action_test_connection" name="ldap_action_test_connection">
|
2013-09-27 12:30:59 -04:00
|
|
|
<?php p($l->t('Test Configuration'));?>
|
|
|
|
|
</button>
|
2016-04-06 04:18:56 -04:00
|
|
|
<a href="<?php p(link_to_docs('admin-ldap')); ?>"
|
2017-10-19 06:16:04 -04:00
|
|
|
target="_blank" rel="noreferrer noopener">
|
2022-05-12 11:08:54 -04:00
|
|
|
<img src="<?php print_unescaped(image_path('core', 'actions/info.svg')); ?>"
|
2013-09-27 12:30:59 -04:00
|
|
|
style="height:1.75ex" />
|
|
|
|
|
<?php p($l->t('Help'));?>
|
|
|
|
|
</a>
|
2014-05-25 06:35:46 -04:00
|
|
|
</div>
|