add in files view a link to personal files external

This commit is contained in:
davitol 2016-08-24 10:44:18 +02:00 committed by Lukas Reschke
parent 9b5a5dcf89
commit ad0090d51a
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@
<div id="emptycontent" class="hidden">
<div class="icon-external"></div>
<h2><?php p($l->t('No external storage configured')); ?></h2>
<p><?php p($l->t('You can add external storages in the personal settings')); ?></p>
<p><a href="<?php p(link_to('', 'index.php/settings/personal#files_external' )); ?>"><?php p($l->t('You can add external storages in the personal settings')); ?></a></p>
</div>