From 0f59a76b263ba6cd79380a729f38bfca92a907dd Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 화, 28 12월 2021 17:59:17 +0900 Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa --- src/main/webapp/views/project/projectModify.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/views/project/projectModify.html b/src/main/webapp/views/project/projectModify.html index 6cc203b..4a10814 100644 --- a/src/main/webapp/views/project/projectModify.html +++ b/src/main/webapp/views/project/projectModify.html @@ -50,7 +50,7 @@ </div> </div> </div> - <div class="col-lg-6"> + <!--<div class="col-lg-6"> <div class="form-group mb10"> <label> <span translate="common.parentProject">�긽�쐞 �봽濡쒖젥�듃</span></label> <js-autocomplete-single data-input-name="project" @@ -65,7 +65,7 @@ type : '', maxlength : 200, autoResize : false, stopRemoveBodyEvent : true }"> </js-autocomplete-single> </div> - </div> + </div>--> </div> <div class="form-group"> <label><span translate="project.projectStatus">�봽濡쒖젥�듃 �긽�깭</span> <code class="highlighter-rouge">*</code></label> @@ -112,7 +112,7 @@ search="vm.departmentName" source="fn.getUserDepartmentList(vm.departmentName, vm.form.departments)" input-disabled="false" - translation-texts="{ count : 'common.userNum', empty : 'common.emptyUser' }" + translation-texts="{ count : 'common.userNum', empty : 'common.emptyProjectDepartment' }" extra-settings="{ displayProp : 'byName' , idProp : 'id', imageable : false, maxlength : 100, autoResize : true }"></js-autocomplete-multi> <div class="select3-selection__choicediv mt-10"> -- Gitblit v1.8.0