Fix: faq, footer

This commit is contained in:
2018-07-26 08:07:24 +09:00
parent 8b459476ba
commit d658a9dbe5
3 changed files with 31 additions and 29 deletions
+2 -2
View File
@@ -240,7 +240,7 @@ $('#myTab a').on('click', function (e) {
<label for="maestro_name" class="col-sm-2 col-form-label">* 아이디</label>
<div class="col-sm-6">
<input type="text" class="form-control" id="maestro_name" placeholder="아이디 입력">
<small class="form-text text-muted">4~16 글자. 영문, 숫자만 사용 가능합니다.</small>
<small class="form-text text-muted">4~20 글자. 영문, 숫자만 사용 가능합니다.</small>
</div>
<div class="col-sm-4">
<input type="button" id="id_ckeck" class="btn btn-outline-dark" value="중복 체크" onClick="checkMaestroID()">
@@ -252,7 +252,7 @@ $('#myTab a').on('click', function (e) {
<label for="password" class="col-sm-2 col-form-label">* 암호</label>
<div class="col-sm-6">
<input type="password" class="form-control" id="password" placeholder="Password">
<small class="form-text text-muted">4~10 글자. 영문, 숫자만 사용 가능합니다.</small>
<small class="form-text text-muted">4~16 글자. 영문, 숫자만 사용 가능합니다.</small>
</div>
</div>