]> git.mjollnir.org Git - s9y.git/commitdiff
BP: added class of archive_summary_details to entries_summary.tpl.
authordonchambers <donchambers>
Sun, 14 Oct 2007 23:11:10 +0000 (23:11 +0000)
committerdonchambers <donchambers>
Sun, 14 Oct 2007 23:11:10 +0000 (23:11 +0000)
templates/bulletproof/entries_summary.tpl

index 4abbcf92cf1ddd32ed18eef8bab8a350c2899858..86e56404c5452304d3ada2e6ab2a48216e238fdc 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:$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
+         <span class="archive_summary_details">{$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}</span></div>\r
       {/foreach}\r
    {/foreach}\r
    </div>\r