OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-12-28 a75bcc7c2b0fc98bd3a8abc100a4ad4ec11b9c26
src/main/webapp/views/user/userModify.html
@@ -32,16 +32,23 @@
                </div>
            </div>
            <div class="row">
            <div ng-show="vm.form.projectManagerYN" class="row">
                <div class="col-sm-6">
                    <div class="form-group">
                        <label for="userModifyForm3"><span translate="users.setEmailNotificationTime">이메일 알림 시간 설정</span> <code class="highlighter-rouge">*</code></label>
                        <label for="userModifyForm3"><span translate="users.setEmailNotificationTime">이메일 알림 시간 설정</span>
                            <!--<code class="highlighter-rouge">*</code>-->
                        </label>
                        &nbsp;&nbsp;
                        <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"
                               placeholder="이메일 알림 시간을 설정해주세요."
                               ng-model="vm.form.reservationNotifyTime">
                    </div>
                </div>