From ad4e1278cdcdbe6a760e45a4d63c175864ae23a2 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 목, 02 12월 2021 19:33:39 +0900 Subject: [PATCH] 이슈유형에 따라 프로젝트 id 값 셋팅 --- src/main/webapp/views/user/userModify.html | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/user/userModify.html b/src/main/webapp/views/user/userModify.html index 0fc73c9..d2649d3 100644 --- a/src/main/webapp/views/user/userModify.html +++ b/src/main/webapp/views/user/userModify.html @@ -36,12 +36,17 @@ <div class="col-sm-6"> <div class="form-group"> <label for="userModifyForm3"><span translate="users.setEmailNotificationTime">�씠硫붿씪 �븣由� �떆媛� �꽕�젙</span> <code class="highlighter-rouge">*</code></label> + + <input class="form-control" + type="checkbox" + ng-model="vm.form.realtimeNotify"> �떎�떆媛� �븣由� <input class="form-control" type="text" id="userModifyForm3" date-time-picker option="Y" - required + ng-disabled="vm.form.realtimeNotify" + ng-required="!vm.form.realtimeNotify" ng-model="vm.form.reservationNotifyTime"> </div> </div> -- Gitblit v1.8.0