File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ layout.page.completed=Erledigt
105105layout.page.trash =Papierkorb
106106layout.page.deleted =Gelöscht
107107layout.page.all =Alle Aufgaben
108+ layout.page.projects =Projekt
108109searchRequest.resultlist.h1 =Suchergebnis für
109110searchRequest.resultlist.h2.noTasks =Keine Aufgaben gefunden
110111searchRequest.resultlist.h2.tasks =Aufgaben
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ layout.page.completed=Completed Tasks
103103layout.page.trash =Trash
104104layout.page.deleted =Deleted
105105layout.page.all =All Tasks
106+ layout.page.projects =Project
106107searchRequest.resultlist.h1 =Search Result for searchterm
107108searchRequest.resultlist.h2.noTasks =No Tasks found
108109searchRequest.resultlist.h2.tasks =Tasks
Original file line number Diff line number Diff line change 133133 < span th:text ="#{layout.page.trash} " class ="link-light "> Trash</ span >
134134 </ a >
135135 </ li >
136+ < li class ="nav-item " ondrop ="drop2trash(event) " ondragover ="allowDropOfTask(event) ">
137+ < a id ="taskstate_projects " class ="nav-link active link-dark "
138+ th:href ="@{/project/root} "
139+ th:if ="${taskstateType == 'projects'} ">
140+ < i class ="fas fa-trash-alt link-dark "> </ i >
141+ < span th:text ="#{layout.page.projects} " class ="link-dark "> Projects</ span >
142+ </ a >
143+ < a id ="taskstate_projects " class ="nav-link link-light "
144+ th:href ="@{/project/root} "
145+ th:if ="${taskstateType != 'projects'} ">
146+ < i class ="fas fa-trash-alt link-light "> </ i >
147+ < span th:text ="#{layout.page.projects} " class ="link-light "> Projects</ span >
148+ </ a >
149+ </ li >
136150 </ ul >
137- </ div >
151+ </ div >
138152 </ section >
139153
140154</ html >
You can’t perform that action at this time.
0 commit comments