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.
 
 
 
 
 
 
nextcloud-server/apps/user_ldap/templates/part.wizardcontrols.php

14 lines
508 B

<div class="ldapWizardControls">
<button id="ldap_action_back" name="ldap_action_back" class="hidden">
<?php p($l->t('Back'));?>
</button>
<button id="ldap_action_continue" name="ldap_action_continue">
<?php p($l->t('Continue'));?>
</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>