소스 검색

show messagebox when clicking on total hours

master
patrick 6 년 전
부모
커밋
926d121f88
2개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -1
      css/bts_timesheet.css
  2. +4
    -0
      js/bts_timesheet.js

+ 5
- 1
css/bts_timesheet.css 파일 보기

display: inline-block; display: inline-block;
position: absolute; position: absolute;
right: 220px; right: 220px;
}
.statusbar #woh:hover {
cursor: pointer;
animation: blinker 0.3s linear infinite;
} }

.workinghours label { .workinghours label {
transform: unset; transform: unset;
left: 0; left: 0;

+ 4
- 0
js/bts_timesheet.js 파일 보기

show_loading_jobs(); show_loading_jobs();
} }
$('div.workinghours').click(function(){
$('div.bts_message_button').trigger('click');
});
$('button[name="confirmschedule"]').click(function(){ $('button[name="confirmschedule"]').click(function(){
if (!confirm('sending email to each staff for their job arrangement?')) if (!confirm('sending email to each staff for their job arrangement?'))
return; return;

Loading…
취소
저장