Browse Source

생치 정보수정 페이지 문구 수정

huiwon.seo 4 years ago
parent
commit
b01cb1ce74
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/webapp/WEB-INF/jsp/center/edit.jsp

+ 3 - 3
src/main/webapp/WEB-INF/jsp/center/edit.jsp

@@ -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>