File tree Expand file tree Collapse file tree 8 files changed +90
-27
lines changed
src/main/resources/templates/taskstate Expand file tree Collapse file tree 8 files changed +90
-27
lines changed Original file line number Diff line number Diff line change @@ -179,13 +179,15 @@ Caused by: org.postgresql.util.PSQLException: ERROR: relation "spring_session" d
179
179
* fixed #316 Add Context - add Back Button
180
180
181
181
## 2.3.32
182
- * Issue #317 switch Context is broken
183
182
* fixed #318 Broken: http://localhost:8080/taskstate/task/1153/changeorderto/1051
184
183
* fixed #319 groovy-all Warning during startup
185
184
* fixed #320 warning: SLF4J: Class path contains multiple SLF4J bindings.
186
185
* fixed #321 jar is too fat for deployment on heroku
187
186
188
- ## 2.3.33
187
+ ## 2.3.33
188
+ * Issue #317 switch Context is broken
189
+
190
+ ## 2.3.34
189
191
* Issue #234 Taskstate: Task Edit Form -> change Project via DropDown
190
192
* Issue #235 Project/Root: Task Edit Form -> change Project via DropDown
191
193
* Issue #236 Project/id: Task Edit Form -> change Project via DropDown
Original file line number Diff line number Diff line change 11
11
12
12
< div th:fragment ="mytwtitle ">
13
13
< div id ="tw-content-title ">
14
- < h1 >
15
- < i class ="fas fa-star "> </ i >
16
- < span th:utext ="#{tasks.focus.h1} "> Focus</ span >
17
- </ h1 >
14
+ < div class ="row ">
15
+ < h1 class ="col-md-12 mb-12 ">
16
+ < i class ="fas fa-star "> </ i >
17
+ < span th:utext ="#{tasks.focus.h1} "> Focus</ span >
18
+ </ h1 >
19
+ </ div >
20
+ < div class ="row ">
21
+ < div id ="tw-content-title-actionbuttons " class ="col-md-3 mb-3 ">
22
+ < a class ="btn btn-block btn-primary " role ="button " th:href ="@{/taskstate/task/add} ">
23
+ < i class ="fas fa-plus-square "> </ i >
24
+ < span th:utext ="#{tasks.inbox.addTask} "> Add Task</ span >
25
+ </ a >
26
+ </ div >
27
+ </ div >
18
28
</ div >
19
29
</ div >
20
30
Original file line number Diff line number Diff line change 11
11
12
12
< div th:fragment ="mytwtitle ">
13
13
< div id ="tw-content-title ">
14
- < h1 >
15
- < i class ="fas fa-cogs "> </ i >
16
- < span th:utext ="#{tasks.next.h1} "> Next</ span >
17
- </ h1 >
14
+ < div class ="row ">
15
+ < h1 class ="col-md-12 mb-12 ">
16
+ < i class ="fas fa-cogs "> </ i >
17
+ < span th:utext ="#{tasks.next.h1} "> Next</ span >
18
+ </ h1 >
19
+ </ div >
20
+ < div class ="row ">
21
+ < div id ="tw-content-title-actionbuttons " class ="col-md-3 mb-3 ">
22
+ < a class ="btn btn-block btn-primary " role ="button " th:href ="@{/taskstate/task/add} ">
23
+ < i class ="fas fa-plus-square "> </ i >
24
+ < span th:utext ="#{tasks.inbox.addTask} "> Add Task</ span >
25
+ </ a >
26
+ </ div >
27
+ </ div >
18
28
</ div >
19
29
</ div >
20
30
Original file line number Diff line number Diff line change 11
11
12
12
< div th:fragment ="mytwtitle ">
13
13
< div id ="tw-content-title ">
14
- < h1 >
15
- < i class ="fas fa-calendar-alt "> </ i >
16
- < span th:utext ="#{tasks.scheduled.h1} "> Scheduled</ span >
17
- </ h1 >
14
+ < div class ="row ">
15
+ < h1 class ="col-md-12 mb-12 ">
16
+ < i class ="fas fa-calendar-alt "> </ i >
17
+ < span th:utext ="#{tasks.scheduled.h1} "> Scheduled</ span >
18
+ </ h1 >
19
+ </ div >
20
+ < div class ="row ">
21
+ < div id ="tw-content-title-actionbuttons " class ="col-md-3 mb-3 ">
22
+ < a class ="btn btn-block btn-primary " role ="button " th:href ="@{/taskstate/task/add} ">
23
+ < i class ="fas fa-plus-square "> </ i >
24
+ < span th:utext ="#{tasks.inbox.addTask} "> Add Task</ span >
25
+ </ a >
26
+ </ div >
27
+ </ div >
18
28
</ div >
19
29
</ div >
20
30
Original file line number Diff line number Diff line change 11
11
12
12
< div th:fragment ="mytwtitle ">
13
13
< div id ="tw-content-title ">
14
- < h1 >
15
- < i class ="fas fa-road "> </ i >
16
- < span th:utext ="#{tasks.someday.h1} "> Someday</ span >
17
- </ h1 >
14
+ < div class ="row ">
15
+ < h1 class ="col-md-12 mb-12 ">
16
+ < i class ="fas fa-road "> </ i >
17
+ < span th:utext ="#{tasks.someday.h1} "> Someday</ span >
18
+ </ h1 >
19
+ </ div >
20
+ < div class ="row ">
21
+ < div id ="tw-content-title-actionbuttons " class ="col-md-3 mb-3 ">
22
+ < a class ="btn btn-block btn-primary " role ="button " th:href ="@{/taskstate/task/add} ">
23
+ < i class ="fas fa-plus-square "> </ i >
24
+ < span th:utext ="#{tasks.inbox.addTask} "> Add Task</ span >
25
+ </ a >
26
+ </ div >
27
+ </ div >
18
28
</ div >
19
29
</ div >
20
30
Original file line number Diff line number Diff line change 11
11
12
12
< div th:fragment ="mytwtitle ">
13
13
< div id ="tw-content-title ">
14
- < h1 >
15
- < i class ="fas fa-clock "> </ i >
16
- < span th:utext ="#{tasks.today.h1} "> Today</ span >
17
- </ h1 >
14
+ < div class ="row ">
15
+ < h1 class ="col-md-12 mb-12 ">
16
+ < i class ="fas fa-clock "> </ i >
17
+ < span th:utext ="#{tasks.today.h1} "> Today</ span >
18
+ </ h1 >
19
+ </ div >
20
+ < div class ="row ">
21
+ < div id ="tw-content-title-actionbuttons " class ="col-md-3 mb-3 ">
22
+ < a class ="btn btn-block btn-primary " role ="button " th:href ="@{/taskstate/task/add} ">
23
+ < i class ="fas fa-plus-square "> </ i >
24
+ < span th:utext ="#{tasks.inbox.addTask} "> Add Task</ span >
25
+ </ a >
26
+ </ div >
27
+ </ div >
18
28
</ div >
19
29
</ div >
20
30
Original file line number Diff line number Diff line change @@ -17,14 +17,15 @@ <h1 class="col-md-12 mb-12">
17
17
< span th:utext ="#{tasks.trash.h1} "> Trash</ span >
18
18
</ h1 >
19
19
</ div >
20
- </ div >
21
20
< div class ="row ">
22
21
< div id ="tw-content-title-actionbuttons " class ="col-md-3 mb-3 ">
23
22
< a th:href ="@{/taskstate/task/trash/empty} " class ="btn btn-block btn-primary " role ="button ">
24
23
< i class ="fas fa-trash-alt "> </ i >
25
24
< span th:utext ="#{tasks.trash.empty} "> Empty Trash</ span >
26
25
</ a >
27
26
</ div >
27
+ < div class ="col-md-9 mb-9 ">
28
+ </ div >
28
29
</ div >
29
30
</ div >
30
31
</ div >
Original file line number Diff line number Diff line change 11
11
12
12
< div th:fragment ="mytwtitle ">
13
13
< div id ="tw-content-title ">
14
- < h1 >
15
- < i class ="fas fa-hourglass-half "> </ i >
16
- < span th:utext ="#{tasks.waiting.h1} "> Waiting</ span >
17
- </ h1 >
14
+ < div class ="row ">
15
+ < h1 class ="col-md-12 mb-12 ">
16
+ < i class ="fas fa-hourglass-half "> </ i >
17
+ < span th:utext ="#{tasks.waiting.h1} "> Waiting</ span >
18
+ </ h1 >
19
+ </ div >
20
+ < div class ="row ">
21
+ < div id ="tw-content-title-actionbuttons " class ="col-md-3 mb-3 ">
22
+ < a class ="btn btn-block btn-primary " role ="button " th:href ="@{/taskstate/task/add} ">
23
+ < i class ="fas fa-plus-square "> </ i >
24
+ < span th:utext ="#{tasks.inbox.addTask} "> Add Task</ span >
25
+ </ a >
26
+ </ div >
27
+ </ div >
18
28
</ div >
19
29
</ div >
20
30
You can’t perform that action at this time.
0 commit comments