[quills-dev] [Collective-checkins] r34819 - Quills/branches/1.5/skins/Quills
quills-dev at lists.etria.com quills-dev at lists.etria.comMon Dec 18 11:57:50 UTC 2006
- Previous message: [quills-dev] [Collective-checkins] r34818 - Quills/trunk/skins/Quills
- Next message: [quills-dev] [Quills Issue Tracker] Response to #73 - class weblog-day-title was dropped from the macro
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tim2p Date: Mon Dec 18 11:57:49 2006 New Revision: 34819 Modified: Quills/branches/1.5/skins/Quills/weblog_macros.pt Log: Adding a CSS class for easier styling of grouped-by-day headings - as requested at <http://plone.org/products/quills/issues/73>. Modified: Quills/branches/1.5/skins/Quills/weblog_macros.pt ============================================================================== --- Quills/branches/1.5/skins/Quills/weblog_macros.pt (original) +++ Quills/branches/1.5/skins/Quills/weblog_macros.pt Mon Dec 18 11:57:49 2006 @@ -33,7 +33,8 @@ tal:define="localized_time nocall:context/toLocalizedTime;"> <tal:byDates tal:condition="groupByDates"> - <h2 tal:content="python:localized_time(day, context=context)" /> + <h2 class="weblog-day-title" + tal:content="python:localized_time(day, context=context)" /> <tal:entries repeat="entry python:results[day]"> <tal:block define="entry python:entry.getObject();"> ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Collective-checkins mailing list Collective-checkins at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/collective-checkins
- Previous message: [quills-dev] [Collective-checkins] r34818 - Quills/trunk/skins/Quills
- Next message: [quills-dev] [Quills Issue Tracker] Response to #73 - class weblog-day-title was dropped from the macro
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the quills-dev mailing list