r9471 - apps/gobi/trunk/code/Comment
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes Date: 2008-12-23 11:11:36 +0100 (Tue, 23 Dec 2008) New Revision: 9471 Modified: apps/gobi/trunk/code/Comment/embed.skin Log: Add wrapper div around comment entries. Details at http://dev.helma.org/trac/helma/changeset/9471 Modified: apps/gobi/trunk/code/Comment/embed.skin =================================================================== --- apps/gobi/trunk/code/Comment/embed.skin 2008-12-23 10:08:16 UTC (rev 9470) +++ apps/gobi/trunk/code/Comment/embed.skin 2008-12-23 10:11:36 UTC (rev 9471) @@ -1,3 +1,4 @@ +<div class="commentWrapper"> <a name="$cmt<% this.id %>"></a> <b><a href="#$cmt<% this.id %>">#<% this.number %></a> <% this.creator prefix=" by " %> @@ -5,4 +6,5 @@ <% this.actionlink action="edit" onclick="return editCommentShow(this);" prefix=" ..." %> <% this.actionlink action="delete" onclick="return deleteCommentShow(this);" prefix=" ..." %> <div class="commentScratchpad"></div> -<div class="commentBody"><% this.body %></div> \ No newline at end of file +<div class="commentBody"><% this.body %></div> +</div>