From: Chris W. <la...@us...> - 2004-11-29 03:05:17
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/comments/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11065 Modified Files: comment_list_page.tmpl Log Message: fix task name Index: comment_list_page.tmpl =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/template/comment_list_page.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** comment_list_page.tmpl 24 May 2004 23:41:46 -0000 1.4 --- comment_list_page.tmpl 29 Nov 2004 03:05:07 -0000 1.5 *************** *** 20,24 **** [% FOREACH comment = comments -%] ! [%- comment_url = OI.make_url( ACTION = 'comment', TASK = 'show', comment_id = comment.id ); object_url = comment.get_summary.object_url -%] --- 20,24 ---- [% FOREACH comment = comments -%] ! [%- comment_url = OI.make_url( ACTION = 'comment', TASK = 'display', comment_id = comment.id ); object_url = comment.get_summary.object_url -%] |