2013-09-27 20:30:59 +04:00
|
|
|
<div class="ldapSettingControls">
|
2013-11-06 15:40:07 +04:00
|
|
|
<input class="ldap_submit" value="<?php p($l->t('Save'));?>" type="submit">
|
2013-11-04 19:48:40 +04:00
|
|
|
<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>
|
|
|
|
<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>
|