part.settingcontrols.php 617 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
  4. * SPDX-FileCopyrightText: 2013-2017 ownCloud, Inc.
  5. * SPDX-License-Identifier: AGPL-3.0-only
  6. */
  7. ?>
  8. <div class="ldapSettingControls">
  9. <button type="button" class="ldap_action_test_connection" name="ldap_action_test_connection">
  10. <?php p($l->t('Test Configuration'));?>
  11. </button>
  12. <a href="<?php p(link_to_docs('admin-ldap')); ?>"
  13. target="_blank" rel="noreferrer noopener">
  14. <img src="<?php print_unescaped(image_path('core', 'actions/info.svg')); ?>"
  15. style="height:1.75ex" />
  16. <?php p($l->t('Help'));?>
  17. </a>
  18. </div>