D'Oh! Again. Show all when remove a note. Put add note as first option of navigation.

This commit is contained in:
Matias De lellis
2016-05-29 18:25:08 -03:00
parent bff64e6bc7
commit afff9ada2d
2 changed files with 2 additions and 1 deletions

View File

@@ -2,8 +2,8 @@
<div style="display:none" id="new-note-string"><?php p($l->t('New note')); ?></div>
<script id="navigation-tpl" type="text/x-handlebars-template">
<li id="all-notes"><a href="#" class="icon-home svg"><?php p($l->t('All notes')); ?></a></li>
<li id="new-note"><a href="#" class="icon-add svg"><?php p($l->t('Add note')); ?></a></li>
<li id="all-notes"><a href="#" class="icon-home svg"><?php p($l->t('All notes')); ?></a></li>
<li class="collapsible open">
<button class="collapse"></button>