|
|
@@ -135,7 +135,7 @@
|
|
|
<tr th:id="${'coupon'+num}">
|
|
|
<th th:text="${'유의사항' + num}"></th>
|
|
|
<td>
|
|
|
- <input type="text" th:id="${'cpnNote' + (num-1)}" th:name="${'cpnNote' + (num-1)}" class="w300 aR">
|
|
|
+ <input type="text" th:id="${'cpnNote' + (num-1)}" th:name="${'cpnNote' + (num-1)}" class="w300 aR" maxlength="500">
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
@@ -258,7 +258,7 @@
|
|
|
<table>
|
|
|
<tr th:id="${'notice'+num}">
|
|
|
<th th:text="${'유의사항' + num}"></th>
|
|
|
- <td><input type="text" th:id="${'noticeItemVal' + num}" th:name="${'noticeItemVal' + num}" class="w300 aR">
|
|
|
+ <td><input type="text" th:id="${'noticeItemVal' + num}" th:name="${'noticeItemVal' + num}" class="w300 aR" maxlength="500">
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|