Enhancement: add lag time to Project Management tasks. This adds a new

column to PM_task.  Also move the bulk of the PM project display JS
stuff into a separate JavaScript file rather than it being in a template
in the database.
This commit is contained in:
Drake 2006-09-07 22:01:36 +00:00
parent 428a3f8ac4
commit ca653ebef8
8 changed files with 569 additions and 448 deletions

View file

@ -299,7 +299,7 @@ our $I18N = {
},
'task greaterthan error' => {
message => q|End Date cannot be greater than Start Date|,
message => q|Start Date cannot be later than End Date|,
lastUpdated => 0
},