[imc-sf-coders] CVS update of sf-active/sf-active/sitename/local/templates (1 file)

Bart M pseudopunk at codecoop.org
Thu Dec 29 02:49:55 PST 2005


    Date: Thursday, December 29, 2005 @ 11:49:55
  Author: pseudopunk
    Path: /cvsroot/sf-active/sf-active/sf-active/sitename/local/templates

Modified: comment_list.tpl

this closes bug #361: when no comments, no comment box.


Index: sf-active/sf-active/sitename/local/templates/comment_list.tpl
diff -u sf-active/sf-active/sitename/local/templates/comment_list.tpl:1.2 sf-active/sf-active/sitename/local/templates/comment_list.tpl:1.3
--- sf-active/sf-active/sitename/local/templates/comment_list.tpl:1.2	Sat Jun 11 11:04:03 2005
+++ sf-active/sf-active/sitename/local/templates/comment_list.tpl	Thu Dec 29 11:49:55 2005
@@ -1,3 +1,4 @@
+{if count($list) > 0}
 <div id="middlebox">
 <div class="middlestuff">
 
@@ -32,3 +33,4 @@
 </table>
 
 </div></div>
+{/if}


More information about the imc-sf-coders mailing list