| | |
| | | </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> |
| | | |
| | | <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> |
| | |
| | | <input class="form-control" |
| | | type="text" |
| | | id="userModifyForm4" |
| | | maxLength="20" |
| | | maxLength="11" |
| | | kr-input |
| | | input-regex="[^0-9]" |
| | | autocomplete="off" |
| | | ng-model="vm.form.phone"> |
| | | <small class="fc-grey" translate="users.contactedEnterPhone">연락가능한 핸드폰 번호를 입력하세요.</small> |
| | | </div> |
| | | </div> |
| | | </div> |