Bug 58771

Weekly worktime report setting


git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@621 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2010-01-11 13:15:48 +00:00
parent 4d9a852d70
commit 2ca1b660c6
2 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,8 @@ sub SETTINGS {
remind_me_about_worktime_newbug => { options => ['on', 'off'], default => 'off' },
# 2009-10-21 vfilippov@custis.ru -- Custis Bug 53697
saved_searches_position => { options => ['footer', 'header', 'both'], default => 'footer' },
# 2010-01-11 vfilippov@custis.ru -- Custis Bug 58771
email_weekly_worktime => { options => ['on', 'off'], default => 'on' },
}
};

View File

@ -54,6 +54,7 @@
"footer" => "Page footer",
"header" => "Page header",
"both" => "Both",
"email_weekly_worktime" => "Email me weekly worktime report",
}
%]