2013-09-27 20:30:59 +04:00
|
|
|
<div class="ldapSettingControls">
|
2014-10-08 17:09:02 +04:00
|
|
|
<button type="button" class="ldap_action_test_connection" name="ldap_action_test_connection">
|
2013-09-27 20:30:59 +04:00
|
|
|
<?php p($l->t('Test Configuration'));?>
|
|
|
|
</button>
|
2016-04-06 11:18:56 +03:00
|
|
|
<a href="<?php p(link_to_docs('admin-ldap')); ?>"
|
2016-03-20 13:38:14 +03:00
|
|
|
target="_blank" rel="noreferrer">
|
2016-07-07 11:17:21 +03:00
|
|
|
<img src="<?php print_unescaped(image_path('', 'actions/info.svg')); ?>"
|
2013-09-27 20:30:59 +04:00
|
|
|
style="height:1.75ex" />
|
|
|
|
<?php p($l->t('Help'));?>
|
|
|
|
</a>
|
2014-05-25 14:35:46 +04:00
|
|
|
</div>
|