You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

part.settingcontrols.php 503B

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