2013-09-27 12:30:59 -04:00
|
|
|
<div class="ldapWizardControls">
|
2014-10-14 11:39:27 -04:00
|
|
|
<span class="ldap_saving hidden"><?php p($l->t('Saving'));?> <img class="wizSpinner" src="<?php p(image_path('core', 'loading.gif')); ?>"/></span>
|
2013-11-08 08:57:13 -05:00
|
|
|
<span class="ldap_config_state_indicator"></span> <span class="ldap_config_state_indicator_sign"></span>
|
2013-10-17 12:33:58 -04:00
|
|
|
<button class="ldap_action_back invisible" name="ldap_action_back"
|
|
|
|
|
type="button">
|
2013-09-27 12:30:59 -04:00
|
|
|
<?php p($l->t('Back'));?>
|
|
|
|
|
</button>
|
2013-10-17 12:33:58 -04:00
|
|
|
<button class="ldap_action_continue" name="ldap_action_continue" type="button">
|
2013-09-27 12:30:59 -04:00
|
|
|
<?php p($l->t('Continue'));?>
|
|
|
|
|
</button>
|
2015-04-01 08:57:01 -04:00
|
|
|
<a href="<?php p(\OC::$server->getURLGenerator()->linkToDocs('admin-ldap')); ?>"
|
2013-09-27 12:30:59 -04:00
|
|
|
target="_blank">
|
|
|
|
|
<img src="<?php print_unescaped(OCP\Util::imagePath('', 'actions/info.png')); ?>"
|
|
|
|
|
style="height:1.75ex" />
|
2013-11-08 08:57:13 -05:00
|
|
|
<span class="ldap_grey"><?php p($l->t('Help'));?></span>
|
2013-09-27 12:30:59 -04:00
|
|
|
</a>
|
2014-05-25 06:35:46 -04:00
|
|
|
</div>
|