Skip to content.

Etria Lists

 

[quills-dev] [Collective-checkins] r34819 - Quills/branches/1.5/skins/Quills

quills-dev at lists.etria.com quills-dev at lists.etria.com
Mon Dec 18 11:57:50 UTC 2006


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



More information about the quills-dev mailing list