Commit c3ea5aa6 authored by Frank Bergmann's avatar Frank Bergmann

- updated version to V3.2.6

- added components for WF jounal and case-graph
parent 5254483b
......@@ -9,7 +9,7 @@
<th width="20%">&nbsp;</th>
<th>Journal</th>
<td width="20%" align="right">
<if @comment_link@ eq 1>[ <a href="comment-add?case_id=@case_id@">comment</a> ]</if>
<if @comment_link@ eq 1>[ <a href="@workflow_url;noquote@comment-add?case_id=@case_id@&return_url=@return_url;noquote@">comment</a> ]</if>
<if @comment_link@ ne 1>&nbsp;</if>
</td>
</tr>
......
# assume that the following are set:
# case_id
set workflow_url [apm_package_url_from_key "acs-workflow"]
set return_url [ns_urlencode "[ad_conn url]?[ad_conn query]"]
if { ![info exists date_format] || [empty_string_p $date_format] } {
set date_format "Mon fmDDfm, YYYY HH24:MI:SS"
}
......
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