OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-01-28 f04c1ae0ff0388427f83a579002880d5dbb149d2
src/main/webapp/views/customField/customFieldAdd.html
@@ -23,12 +23,12 @@
                       ng-model="vm.form.name"
                       maxlength="15"
                       ng-maxlength="15"
                       input-regex="[^a-zA-Z0-9 가-힣ㄱ-ㅎㅏ-ㅣ\u318D\u119E\u11A2\u2022\u2025a\u00B7\uFE55]"
                       input-regex="/[^?a-zA-Z0-9/]/"
                       required>
                <small ng-if="customFieldAddForm.name.$error.maxlength" translate="common.upTo15Characters">
                    최대 15글자까지 입력할 수 있습니다.
                </small>
                <small translate="customField.limitNameToSpecialCharacters">사용자 정의 필드 명은 특수 문자를 입력할 수 없습니다.</small>
                <!--<small translate="customField.limitNameToSpecialCharacters">사용자 정의 필드 명은 특수 문자를 입력할 수 없습니다.</small>-->
            </div>
            <div class="form-group">
@@ -97,9 +97,7 @@
                       name="defaultValue"
                       class="form-control"
                       ng-model="vm.form.defaultValue"
                       maxlength="100"
                       kr-input
                       ng-maxlength="100"
                       autocomplete="off">
@@ -187,9 +185,9 @@
                     translate="common.invalidTelFormat">전화번호 형식이 맞지 않습니다.
                </div>
                <small ng-if="vm.form.customFieldType == 'INPUT'" translate="common.upTo100Characters">
                <!--<small ng-if="vm.form.customFieldType == 'INPUT'" translate="common.upTo100Characters">
                    최대 100글자까지 입력할 수 있습니다.
                </small>
                </small>-->
                <div class="help-block form-text text-danger" ng-if="vm.form.customFieldType == 'SINGLE_SELECT'"
                     translate="customField.selectSingleFieldListHashTag">