From 406432dc71d1f581ceb75559ef9141c035243c5d Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Mon, 30 May 2005 08:13:34 +0000 Subject: [PATCH] Add div.serendipity_section_(comments|trackbacks|commentform) containers for CSS styling. Solves RFE #1210889 --- docs/NEWS | 7 ++++++- templates/default/entries.tpl | 10 ++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/NEWS b/docs/NEWS index f0ff153..68acb18 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -3,9 +3,14 @@ Version 0.9 () ------------------------------------------------------------------------ + * TEMPLATES: Added div.serendipity_section_(comments|trackbacks|commentform) + containers inside the Default Template's entries.tpl file to be + able to customize certain containers via CSS. + Solves RFE #1210889 (garvinhicking) + * TEMPLATES: Added div.serendipity_search_* wrapping elements to be able to style the search result messages specifically. Added new - Smarty variables $searchresult_* (content.tpl). + Smarty variables $searchresult_* (default/content.tpl). Solves RFE #1210676 (garvinhicking) * Fix editing a draft article to be properly displayed as draft diff --git a/templates/default/entries.tpl b/templates/default/entries.tpl index 4ec6a0f..04a1ef5 100644 --- a/templates/default/entries.tpl +++ b/templates/default/entries.tpl @@ -104,7 +104,7 @@
{$CONST.DATA_COMMENT_APPROVED|@sprintf:$CONST.COMMENT_APPROVED}

{/if} -
+

{$CONST.TRACKBACKS}
@@ -117,7 +117,7 @@ {/if} {if $is_single_entry and not $is_preview} -
+

{$CONST.COMMENTS}
@@ -162,8 +162,10 @@ {else}
-
{$CONST.ADD_COMMENT}
- {$COMMENTFORM} +
+
{$CONST.ADD_COMMENT}
+ {$COMMENTFORM} +
{/if}
-- 2.39.5