Welcome to mirror list, hosted at ThFree Co, Russian Federation.

part.settingcontrols.php « templates « user_ldap « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f7a53dd4dc28a6bafbb850bffe75f99efe90ae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="ldapSettingControls">
	<button type="button" class="ldap_action_test_connection" name="ldap_action_test_connection">
		<?php p($l->t('Test Configuration'));?>
	</button>
	<a href="<?php p(link_to_docs('admin-ldap')); ?>"
		target="_blank" rel="noreferrer">
		<img src="<?php print_unescaped(image_path('', 'actions/info.svg')); ?>"
			style="height:1.75ex" />
		<?php p($l->t('Help'));?>
	</a>
</div>