Use 'Shared with others' as files app

This commit is contained in:
Matias De lellis
2016-06-26 21:38:59 -03:00
parent 8d37c60d98
commit 354af4016c

View File

@@ -5,7 +5,7 @@
<li id="new-note"><a href="#" class="icon-add svg"><?php p($l->t('New note')); ?></a></li> <li id="new-note"><a href="#" class="icon-add svg"><?php p($l->t('New note')); ?></a></li>
<li id="all-notes"><a href="#" class="icon-home svg"><?php p($l->t('All notes')); ?></a></li> <li id="all-notes"><a href="#" class="icon-home svg"><?php p($l->t('All notes')); ?></a></li>
<li id="shared-with-you"><a href="#" class="icon-share svg"><?php p($l->t('Shared with you')); ?></a></li> <li id="shared-with-you"><a href="#" class="icon-share svg"><?php p($l->t('Shared with you')); ?></a></li>
<li id="shared-by-you"><a href="#" class="icon-share svg"><?php p($l->t('Shared by you')); ?></a></li> <li id="shared-by-you"><a href="#" class="icon-share svg"><?php p($l->t('Shared with others')); ?></a></li>
<li class="collapsible open"> <li class="collapsible open">
<button class="collapse"></button> <button class="collapse"></button>