Commit 6fe639a1 authored by Frank Bergmann's avatar Frank Bergmann

- added "header" and "message" variables to show a message if the user didn't log his hours

parent e8808d46
...@@ -27,13 +27,15 @@ ad_page_contract { ...@@ -27,13 +27,15 @@ ad_page_contract {
@param return_url Return URL @param return_url Return URL
@author Michael Bryzek (mbryzek@arsdigita.com) @author Michael Bryzek (mbryzek@arsdigita.com)
@author frank.bergmann@project-open.com @author Frank Bergmann (frank.bergmann@project-open.com)
} { } {
{ date "" } { date "" }
{ julian_date "" } { julian_date "" }
{ user_id:integer "" } { user_id:integer "" }
{ project_id:integer "" } { project_id:integer "" }
{ return_url "" } { return_url "" }
{ header "" }
{ message "" }
} }
# --------------------------------------------------------------- # ---------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment