]> git.mjollnir.org Git - s9y.git/commitdiff
BP: entries_summary.tpl now uses date format set in theme options. Also added styles...
authordonchambers <donchambers>
Sun, 14 Oct 2007 23:01:42 +0000 (23:01 +0000)
committerdonchambers <donchambers>
Sun, 14 Oct 2007 23:01:42 +0000 (23:01 +0000)
templates/bulletproof/entries_summary.tpl
templates/bulletproof/style.css

index 19f327f8736dc9d3c9f273dcd2b8c9dffb5025fc..4abbcf92cf1ddd32ed18eef8bab8a350c2899858 100644 (file)
@@ -5,7 +5,7 @@
    {foreach from=$entries item="entries"}\r
       {foreach from=$entries.entries item="entry"}\r
          <div class="archive_summary"><h4 class="archive_summary_title">{$entry.id} - <a href="{$entry.link}">{$entry.title|truncate:80:" ..."}</a></h4>\r
-         {$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY}. {$CONST.POSTED_BY} <a href="{$entry.link_author}">{$entry.author}</a> {if $entry.categories} {$CONST.IN} {foreach from=$entry.categories item="entry_category" name="categories"}<a href="{$entry_category.category_link}">{$entry_category.category_name|@escape}</a> {/foreach}{/if}</div>\r
+         {$entry.timestamp|@formatTime:$template_option.date_format}. {$CONST.POSTED_BY} <a href="{$entry.link_author}">{$entry.author}</a> {if $entry.categories} {$CONST.IN} {foreach from=$entry.categories item="entry_category" name="categories"}<a href="{$entry_category.category_link}">{$entry_category.category_name|@escape}</a> {/foreach}{/if}</div>\r
       {/foreach}\r
    {/foreach}\r
    </div>\r
index 1bd3ad47125e2eda21c4f3828fc6b9588bd22e3b..6f78e0e2da31a881df7c82538fc5e7572befba9e 100644 (file)
@@ -159,6 +159,13 @@ ul.archives_row li {
     font-size: 80%;
 }
 
+.archive_summary_title {
+    margin: 0;
+}
+
+.archive_summary {
+    margin-bottom: 10px;
+}
 
 /*** s9y image manager ***/
 .serendipity_imageComment_center,