OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-12-28 e47a2bc88cfd258b921014fd354385223da7ca3d
화면 상단에 언어 선택 칸 숨기기
1개 파일 변경됨
8 ■■■■ 파일 변경됨
src/main/webapp/views/common/header.html 8 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/views/common/header.html
@@ -76,14 +76,14 @@
            -->
            <select class="form-control rounded width-80-p"
<!--            <select class="form-control rounded width-80-p"
                    ng-model="$root.language"
                    tabindex="-1"
                    ng-change="$root.changeLocale($root.language)">
                <option value="ko" translate="common.korean">
                    한국어
                </option>
                <!--<option value="en" translate="common.english">
                <option value="en" translate="common.english">
                    영어
                </option>
                <option value="ja" translate="common.japaneseLanguage">
@@ -91,8 +91,8 @@
                </option>
                <option value="vi" translate="common.vietnamese">
                    베트남어
                </option>-->
            </select>
                </option>
            </select>-->
        </div>
    </div>
</div>