|
@ -169,6 +169,7 @@ |
|
|
th:value="${category.id}" |
|
|
th:value="${category.id}" |
|
|
th:text="${category.name}" |
|
|
th:text="${category.name}" |
|
|
>(obj) category.name</option> |
|
|
>(obj) category.name</option> |
|
|
|
|
|
<option value="">None</option> |
|
|
</select> |
|
|
</select> |
|
|
<small class="form-text text-muted" |
|
|
<small class="form-text text-muted" |
|
|
th:text="${#messages.msgOrNull('book.desc.set.category')} ?: 'book.desc.set.category'"> |
|
|
th:text="${#messages.msgOrNull('book.desc.set.category')} ?: 'book.desc.set.category'"> |
|
|