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
105
105
layout.page.trash =Papierkorb
106
106
layout.page.deleted =Gelöscht
107
107
layout.page.all =Alle Aufgaben
108
+ layout.page.projects =Projekt
108
109
searchRequest.resultlist.h1 =Suchergebnis für
109
110
searchRequest.resultlist.h2.noTasks =Keine Aufgaben gefunden
110
111
searchRequest.resultlist.h2.tasks =Aufgaben
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ layout.page.completed=Completed Tasks
103
103
layout.page.trash =Trash
104
104
layout.page.deleted =Deleted
105
105
layout.page.all =All Tasks
106
+ layout.page.projects =Project
106
107
searchRequest.resultlist.h1 =Search Result for searchterm
107
108
searchRequest.resultlist.h2.noTasks =No Tasks found
108
109
searchRequest.resultlist.h2.tasks =Tasks
Original file line number Diff line number Diff line change 133
133
< span th:text ="#{layout.page.trash} " class ="link-light "> Trash</ span >
134
134
</ a >
135
135
</ 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 >
136
150
</ ul >
137
- </ div >
151
+ </ div >
138
152
</ section >
139
153
140
154
</ html >
You can’t perform that action at this time.
0 commit comments