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>
|
2015-04-01 08:57:01 -04:00
|
|
|
<a href="<?php p(\OC::$server->getURLGenerator()->linkToDocs('admin-ldap')); ?>"
|
2013-09-27 12:30:59 -04:00
|
|
|
target="_blank">
|
|
|
|
|
<img src="<?php print_unescaped(OCP\Util::imagePath('', 'actions/info.png')); ?>"
|
|
|
|
|
style="height:1.75ex" />
|
|
|
|
|
<?php p($l->t('Help'));?>
|
|
|
|
|
</a>
|
2014-05-25 06:35:46 -04:00
|
|
|
</div>
|