Author: kbettinger
Date: 2010-04-12 13:13:11 +0200 (Mon, 12 Apr 2010)
New Revision: 41834

Modified:
   
CMSContainer/branches/b1_7/CMSContainer/cmsc/taglib/resources/META-INF/tags/feeds.tag
   CMSContainer/trunk/CMSContainer/cmsc/taglib/resources/META-INF/tags/feeds.tag
Log:
CMSC-1680

Modified: 
CMSContainer/branches/b1_7/CMSContainer/cmsc/taglib/resources/META-INF/tags/feeds.tag
===================================================================
--- 
CMSContainer/branches/b1_7/CMSContainer/cmsc/taglib/resources/META-INF/tags/feeds.tag
       2010-04-12 09:45:56 UTC (rev 41833)
+++ 
CMSContainer/branches/b1_7/CMSContainer/cmsc/taglib/resources/META-INF/tags/feeds.tag
       2010-04-12 11:13:11 UTC (rev 41834)
@@ -13,10 +13,10 @@
        <cmsc:link dest='${rss}' var="rssurl" />
        <c:choose>
                <c:when test="${mode eq 'link'}">
-       <a href="${rssurl}" title="${rss.title}"><img src="${imgIcon}" 
alt="${_node.title}" />${rss.title}</a>
+       <a href="${rssurl}" title="${rss.title}" class="cmsc_rssfeed"><img 
src="${imgIcon}" alt="${_node.title}" />${rss.title}</a>
                </c:when>
                <c:when test="${mode eq 'icon'}">
-       <a href="${rssurl}" title="${rss.title}"><img src="${imgIcon}" 
alt="${rss.title}" /></a>
+       <a href="${rssurl}" title="${rss.title}" class="cmsc_rssfeed"><img 
src="${imgIcon}" alt="${rss.title}" /></a>
                </c:when>
                <c:otherwise>
        <link rel="alternate" type="application/rss+xml" href="${rssurl}" 
title="${rss.title}" /> 

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/taglib/resources/META-INF/tags/feeds.tag
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/taglib/resources/META-INF/tags/feeds.tag   
    2010-04-12 09:45:56 UTC (rev 41833)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/taglib/resources/META-INF/tags/feeds.tag   
    2010-04-12 11:13:11 UTC (rev 41834)
@@ -13,10 +13,10 @@
        <cmsc:link dest='${rss}' var="rssurl" />
        <c:choose>
                <c:when test="${mode eq 'link'}">
-       <a href="${rssurl}" title="${rss.title}"><img src="${imgIcon}" 
alt="${_node.title}" />${rss.title}</a>
+       <a href="${rssurl}" title="${rss.title}" class="cmsc_rssfeed"><img 
src="${imgIcon}" alt="${_node.title}" />${rss.title}</a>
                </c:when>
                <c:when test="${mode eq 'icon'}">
-       <a href="${rssurl}" title="${rss.title}"><img src="${imgIcon}" 
alt="${rss.title}" /></a>
+       <a href="${rssurl}" title="${rss.title}" class="cmsc_rssfeed"><img 
src="${imgIcon}" alt="${rss.title}" /></a>
                </c:when>
                <c:otherwise>
        <link rel="alternate" type="application/rss+xml" href="${rssurl}" 
title="${rss.title}" /> 

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to