12 lines
478 B
PHP
12 lines
478 B
PHP
|
<div class="ldapSettingControls">
|
||
|
<input id="ldap_submit" type="submit" value="Save" />
|
||
|
<button id="ldap_action_test_connection" name="ldap_action_test_connection">
|
||
|
<?php p($l->t('Test Configuration'));?>
|
||
|
</button>
|
||
|
<a href="<?php p($theme->getDocBaseUrl()); ?>/server/5.0/admin_manual/auth_ldap.html"
|
||
|
target="_blank">
|
||
|
<img src="<?php print_unescaped(OCP\Util::imagePath('', 'actions/info.png')); ?>"
|
||
|
style="height:1.75ex" />
|
||
|
<?php p($l->t('Help'));?>
|
||
|
</a>
|
||
|
</div>
|