mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 18:09:45 +00:00
![Carl Schwan](/assets/img/avatar_default.png)
Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu>
11 lines
426 B
PHP
11 lines
426 B
PHP
<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 noopener">
|
|
<img src="<?php print_unescaped(image_path('core', 'actions/info.svg')); ?>"
|
|
style="height:1.75ex" />
|
|
<?php p($l->t('Help'));?>
|
|
</a>
|
|
</div>
|