Update of /cvsroot/openinteract/OpenInteract2/pkg/comments/template
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17635/template
Modified Files:
comment.tmpl
Log Message:
put remote host in comment, don't display
Index: comment.tmpl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/template/comment.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** comment.tmpl 21 Sep 2005 03:37:05 -0000 1.3
--- comment.tmpl 24 Sep 2005 14:02:33 -0000 1.4
***************
*** 14,17 ****
OI.date_format( comment.posted_on, '%B %d, %Y %l:%M %p' ) ) %]
</p>
!
</div>
\ No newline at end of file
--- 14,17 ----
OI.date_format( comment.posted_on, '%B %d, %Y %l:%M %p' ) ) %]
</p>
! <!-- posted from: [% comment.poster_host %] -->
</div>
\ No newline at end of file
|