summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/templates/part.settingcontrols.php
blob: 017f21c8b1c31301a5e89590ced697ed336dc9c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="ldapSettingControls">
	<input id="ldap_submit" type="submit" value="Save" />
	<button id="ldap_action_test_connection" name="ldap_action_test_connection">
		<?php p($l->t('Test Configuration'));?>
	</button>
	<a href="<?php p($theme->getDocBaseUrl()); ?>/server/5.0/admin_manual/auth_ldap.html"
		target="_blank">
		<img src="<?php print_unescaped(OCP\Util::imagePath('', 'actions/info.png')); ?>"
			style="height:1.75ex" />
		<?php p($l->t('Help'));?>
	</a>
</div>