Themes in cards fix2
This commit is contained in:
parent
43548d16f9
commit
b3746b66be
@ -345,7 +345,8 @@
|
||||
</th:block>
|
||||
</th:block>
|
||||
<th:block th:unless="${section == 'actions' OR section == 'themes'}">
|
||||
<select class="form-select">
|
||||
<label for="object_selected_theme" class="col-form-label" th:text="#{themes}"></label>
|
||||
<select id="object_selected_theme" class="form-select">
|
||||
<th:block th:each="tt: ${themes}">
|
||||
<option th:value="${tt.id}" th:text="${tt.title}"></option>
|
||||
</th:block>
|
||||
|
Loading…
x
Reference in New Issue
Block a user