Просмотр исходного кода

표시순서 최대 4자리 입력가능하도록 변경

gagamel 4 лет назад
Родитель
Сommit
82a0bd7f6b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/webapp/WEB-INF/views/system/CommoncodeForm.html

+ 1 - 1
src/main/webapp/WEB-INF/views/system/CommoncodeForm.html

@@ -91,7 +91,7 @@
 							<tr>
 								<th>표시순서<i class="required" title="필수" aria-hidden="true"></i></th>
 								<td>
-									<input type="text" class="w100 text-right" name="dispOrd" placeholder="" maxlength="5" required="required" data-valid-type="numeric" data-valid-name="표시순서" />
+									<input type="text" class="w100 text-right" name="dispOrd" placeholder="" maxlength="4" required="required" data-valid-type="numeric" data-valid-name="표시순서" />
 								</td>
 							</tr>
 							<tr>