From af59a06e2926aa954d949ea0a306c34c6a517782 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 일, 05 12월 2021 11:50:34 +0900 Subject: [PATCH] 이메일 템플릿 형식 변경 --- src/main/webapp/views/customField/customFieldAdd.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/views/customField/customFieldAdd.html b/src/main/webapp/views/customField/customFieldAdd.html index 53b129e..0610908 100644 --- a/src/main/webapp/views/customField/customFieldAdd.html +++ b/src/main/webapp/views/customField/customFieldAdd.html @@ -112,14 +112,14 @@ <input ng-if="vm.form.customFieldType == 'DATETIME'" name="dateTime" class="form-control input-readonly" + placeholder="{{'issue.clickToSelectDate' | translate}}" ng-model="vm.form.defaultValue" modal-form-auto-scroll range-type="singleDate" - onfocus="this.blur()" date-range-picker> <div class="row"> <div class="col-xs-12"> - <div id="createdWidget" class="bootstrap-datepicker"></div> + <div id="createdWidget" class="bootstrap-datepicker "></div> </div> </div> @@ -205,4 +205,4 @@ ng-click="fn.formSubmit()"><span translate="common.save">���옣</span> </button> </div> -</div> +</div> \ No newline at end of file -- Gitblit v1.8.0