Commit d8c936ab authored by Frank Bergmann's avatar Frank Bergmann

- fixed error with package URL

parent c67bec1a
......@@ -45,7 +45,7 @@ if { [wf_graphviz_installed_p] } {
ad_set_client_property wf wf_net_tmpfile $tmpfile
set workflow_img_tag "<img src=\"/workflow/admin/workflow-gif?[export_url_vars tmpfile]\" border=0 $width_and_height alt=\"Graphical representation of the process network\">"
set workflow_img_tag "<img src=\"/[im_workflow_url]/admin/workflow-gif?[export_url_vars tmpfile]\" border=0 $width_and_height alt=\"Graphical representation of the process network\">"
} else {
set workflow_img_tag ""
}
......
# /admin/workflow/workflow-summary.tcl
# /packages/acs-workflow/www/admin/workflow-summary.tcl
ad_page_contract {
Displays basic aggregate statistics on a workflow
......
# packages/workflow/www/transition-fire.tcl
# packages /packages/acs-workflow/www/transition-fire.tcl
ad_page_contract {
Fire a transition.
......
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