Kaynağa Gözat

show messagebox when clicking on total hours

master
patrick 6 yıl önce
ebeveyn
işleme
926d121f88
2 değiştirilmiş dosya ile 9 ekleme ve 1 silme
  1. +5
    -1
      css/bts_timesheet.css
  2. +4
    -0
      js/bts_timesheet.js

+ 5
- 1
css/bts_timesheet.css Dosyayı Görüntüle

@@ -293,8 +293,12 @@ div.peopleitem label:hover :checked + .card {
display: inline-block;
position: absolute;
right: 220px;
}
.statusbar #woh:hover {
cursor: pointer;
animation: blinker 0.3s linear infinite;
}

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

+ 4
- 0
js/bts_timesheet.js Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet