Use URLGenerator instread of OC_Helper
This commit is contained in:
parent
0af2dc7d37
commit
9e3dcd01bc
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<button type="button" class="ldap_action_test_connection" name="ldap_action_test_connection">
|
||||
<?php p($l->t('Test Configuration'));?>
|
||||
</button>
|
||||
<a href="<?php p(\OC_Helper::linkToDocs('admin-ldap')); ?>"
|
||||
<a href="<?php p(\OC::$server->getURLGenerator()->linkToDocs('admin-ldap')); ?>"
|
||||
target="_blank">
|
||||
<img src="<?php print_unescaped(OCP\Util::imagePath('', 'actions/info.png')); ?>"
|
||||
style="height:1.75ex" />
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<button class="ldap_action_continue" name="ldap_action_continue" type="button">
|
||||
<?php p($l->t('Continue'));?>
|
||||
</button>
|
||||
<a href="<?php p(\OC_Helper::linkToDocs('admin-ldap')); ?>"
|
||||
<a href="<?php p(\OC::$server->getURLGenerator()->linkToDocs('admin-ldap')); ?>"
|
||||
target="_blank">
|
||||
<img src="<?php print_unescaped(OCP\Util::imagePath('', 'actions/info.png')); ?>"
|
||||
style="height:1.75ex" />
|
||||
|
|
Loading…
Reference in a new issue