Add description on setting page
This commit is contained in:
parent
2ddf973299
commit
b8a12a061f
@ -69,6 +69,7 @@
|
|||||||
<span class="lever"></span>
|
<span class="lever"></span>
|
||||||
On
|
On
|
||||||
</label>
|
</label>
|
||||||
|
<div th:text="${setting.description}"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div th:id="${setting.id}" class="input-field col l12 m12 s12 collect-select"
|
<div th:id="${setting.id}" class="input-field col l12 m12 s12 collect-select"
|
||||||
@ -81,6 +82,7 @@
|
|||||||
th:selected="${setting.current} == ${val.id}"></option>
|
th:selected="${setting.current} == ${val.id}"></option>
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
<div th:text="${setting.description}"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div th:id="${setting.id}" class="input-field col l12 m12 s12 collect-select-multiple"
|
<div th:id="${setting.id}" class="input-field col l12 m12 s12 collect-select-multiple"
|
||||||
@ -93,6 +95,7 @@
|
|||||||
th:selected="${val.selected} == true"></option>
|
th:selected="${val.selected} == true"></option>
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
<div th:text="${setting.description}"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -100,6 +103,7 @@
|
|||||||
<div class="input-field col l12 m12 s12 collect" th:if="${setting.type.toString() == 'STRING'}">
|
<div class="input-field col l12 m12 s12 collect" th:if="${setting.type.toString() == 'STRING'}">
|
||||||
<input th:id="${setting.id}" placeholder="Use @name variable" th:value="${setting.current}"
|
<input th:id="${setting.id}" placeholder="Use @name variable" th:value="${setting.current}"
|
||||||
id="first_name" type="text" class="validate collect-text"/>
|
id="first_name" type="text" class="validate collect-text"/>
|
||||||
|
<div th:text="${setting.description}"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user