|
@@ -162,7 +162,7 @@ $( function(){
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th><span class="fix">*</span>전화번호</th>
|
|
|
+ <th><span class="fix">*</span>대표전화번호</th>
|
|
|
<td>
|
|
|
<input type="text" class="form-control" name="centerNumber" value="${centerInfo.centerNumber}" required onkeypress="onlyNumber();">
|
|
|
</td>
|
|
@@ -192,7 +192,7 @@ $( function(){
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th><span class="fix">*</span>수용인원(명)</th>
|
|
|
+ <th><span class="fix">*</span>정원</th>
|
|
|
<td>
|
|
|
<input type="text" class="form-control" name="totalCapacity" value="${centerInfo.totalCapacity}" required onkeypress="onlyNumber();">
|
|
|
</td>
|
|
@@ -214,7 +214,7 @@ $( function(){
|
|
|
</tr>
|
|
|
<tr>
|
|
|
|
|
|
- <th><span class="fix">*</span>담당자 전화번호</th>
|
|
|
+ <th><span class="fix">*</span>응급전화번호</th>
|
|
|
<td colspan="3">
|
|
|
<input type="text" class="form-control" name="staffPhoneNumber" value="${centerInfo.staffPhoneNumber}" required onkeypress="onlyNumber();">
|
|
|
</td>
|