Index: openacs-4/contrib/packages/simulation/www/siminst/map-tasks.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/siminst/Attic/map-tasks.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/contrib/packages/simulation/www/siminst/map-tasks.tcl 6 Jan 2004 14:56:42 -0000 1.6 +++ openacs-4/contrib/packages/simulation/www/siminst/map-tasks.tcl 6 Jan 2004 15:58:32 -0000 1.7 @@ -1,5 +1,5 @@ ad_page_contract { - TODO...explain what this page is about + Display and edit the task descriptions and attachments of a simulation. @author Peter Marklund } { @@ -48,9 +48,9 @@ ad_form -extend -name tasks -form \ [list [list description_$row(action_id):richtext,optional \ {label "Task Description"} \ + {help_text "This is the text that users will see while attempting to complete a task."} \ {html {cols 60 rows 4}} \ - {section $section_name}]] - + {section $section_name} ]] set description_$row(action_id) [template::util::richtext::create $row(description) $row(description_mime_type)] # Save attachment_num for later Index: openacs-4/contrib/packages/simulation/www/siminst/simulation-casting-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/siminst/Attic/simulation-casting-3.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/contrib/packages/simulation/www/siminst/simulation-casting-3.tcl 5 Jan 2004 11:55:57 -0000 1.9 +++ openacs-4/contrib/packages/simulation/www/siminst/simulation-casting-3.tcl 6 Jan 2004 16:04:29 -0000 1.10 @@ -8,7 +8,7 @@ workflow_id:integer } -set page_title "Map user groups to roles" +set page_title "Set user casting rules" set context [list [list "." "SimInst"] $page_title] set form [list] @@ -21,6 +21,7 @@ set role_${role_id}_pretty_name [workflow::role::get_element -role_id $role_id -element pretty_name] lappend form [list parties_${role_id}:text(checkbox),multiple \ + [list help_text "Only users in these groups can be cast in this role"] \ [list label \$role_${role_id}_pretty_name] \ [list options $eligible_groups] ] Index: openacs-4/packages/simulation/www/siminst/map-tasks.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/siminst/map-tasks.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/simulation/www/siminst/map-tasks.tcl 6 Jan 2004 14:56:42 -0000 1.6 +++ openacs-4/packages/simulation/www/siminst/map-tasks.tcl 6 Jan 2004 15:58:32 -0000 1.7 @@ -1,5 +1,5 @@ ad_page_contract { - TODO...explain what this page is about + Display and edit the task descriptions and attachments of a simulation. @author Peter Marklund } { @@ -48,9 +48,9 @@ ad_form -extend -name tasks -form \ [list [list description_$row(action_id):richtext,optional \ {label "Task Description"} \ + {help_text "This is the text that users will see while attempting to complete a task."} \ {html {cols 60 rows 4}} \ - {section $section_name}]] - + {section $section_name} ]] set description_$row(action_id) [template::util::richtext::create $row(description) $row(description_mime_type)] # Save attachment_num for later Index: openacs-4/packages/simulation/www/siminst/simulation-casting-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/siminst/simulation-casting-3.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/simulation/www/siminst/simulation-casting-3.tcl 5 Jan 2004 11:55:57 -0000 1.9 +++ openacs-4/packages/simulation/www/siminst/simulation-casting-3.tcl 6 Jan 2004 16:04:29 -0000 1.10 @@ -8,7 +8,7 @@ workflow_id:integer } -set page_title "Map user groups to roles" +set page_title "Set user casting rules" set context [list [list "." "SimInst"] $page_title] set form [list] @@ -21,6 +21,7 @@ set role_${role_id}_pretty_name [workflow::role::get_element -role_id $role_id -element pretty_name] lappend form [list parties_${role_id}:text(checkbox),multiple \ + [list help_text "Only users in these groups can be cast in this role"] \ [list label \$role_${role_id}_pretty_name] \ [list options $eligible_groups] ]