|
101 | 101 | class="task_col_content task_col_content_duedate twtooltip"
|
102 | 102 | th:text="${#calendars.format(task.dueDate,'dd.MM.yyyy')}">
|
103 | 103 | </span>
|
104 |
| - <span th:if="${#locale.language eq 'en'}" |
| 104 | + <span th:if="${#locale.language eq 'en'}" |
105 | 105 | th:id="'task_' + ${task.id} + '_col_due_date'"
|
106 | 106 | draggable="true" ondragstart="dragTask(event)"
|
107 | 107 | th:alt-title="#{task.col.twtooltip.duedate}"
|
|
147 | 147 | </td>
|
148 | 148 | <td th:id="'task_' + ${task.id} + '_col_context'" class="task_col task_col_context"
|
149 | 149 | th:if="${myTaskState eq 'ALL'}">
|
150 |
| - <span th:if="${#locale.language eq 'de'}" |
151 |
| - th:id="'task_' + ${task.id} + '_col_context_txt'" |
152 |
| - draggable="true" ondragstart="dragTask(event)" |
153 |
| - class="task_col_content task_col_content_context twtooltip" |
154 |
| - th:alt-title="#{task.col.twtooltip.context}" |
155 |
| - th:text="${task.context.nameDe}">task.context.nameDe</span> |
| 150 | + <span th:if="${#locale.language eq 'de'}" |
| 151 | + th:id="'task_' + ${task.id} + '_col_context_txt'" |
| 152 | + draggable="true" ondragstart="dragTask(event)" |
| 153 | + class="task_col_content task_col_content_context twtooltip" |
| 154 | + th:alt-title="#{task.col.twtooltip.context}" |
| 155 | + th:text="${task.context.nameDe}">task.context.nameDe</span> |
156 | 156 | <span th:if="${#locale.language ne 'de'}"
|
157 | 157 | th:id="'task_' + ${task.id} + '_col_context_txt'"
|
158 | 158 | draggable="true" ondragstart="dragTask(event)"
|
@@ -223,7 +223,7 @@ <h5 class="modal-title" id="taskModalScrollableTitle">
|
223 | 223 | <b th:text="#{tasks.inbox.project}" class="me-2">Project</b>
|
224 | 224 | <span th:if="${task.project ne null}">
|
225 | 225 | <a th:href="@{/project/{id}(id=${task.project.id})}">
|
226 |
| - <i class="fas fa-folder-open"></i> |
| 226 | + <i class="fa-solid fa-diagram-project"></i> |
227 | 227 | <span th:text="${task.project.name}">task.project.name</span></a>
|
228 | 228 | </span>
|
229 | 229 | <span th:if="${task.project eq null}">
|
|
0 commit comments