pvollenweider 2005/05/31 12:02:01 CEST
Modified files: (Branch: JAHIA-4-1-BRANCH)
src/view/jsp/include blog_declarations.inc
Log:
Don't use currentday style if selected range is "year".
Revision Changes Path
1.1.2.10 +1 -1
corporate_portal_templates/src/view/jsp/include/blog_declarations.inc
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/include/blog_declarations.inc.diff?r1=1.1.2.9&r2=1.1.2.10&f=h
Index: blog_declarations.inc
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/view/jsp/include/blog_declarations.inc,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -r1.1.2.9 -r1.1.2.10
--- blog_declarations.inc 27 Apr 2005 09:11:43 -0000 1.1.2.9
+++ blog_declarations.inc 31 May 2005 10:02:01 -0000 1.1.2.10
@@ -171,7 +171,7 @@
buf.append( " " );
}
buf.append( "<a href=\"" + bypassUrl + "?t=" + dayDate +
"&range=day\"");
- if ((currDay == d ) && (! "week".equals(range)) && (!
"month".equals(range)) ) {
+ if ((currDay == d ) && (! "week".equals(range)) && (!
"month".equals(range))&& (! "year".equals(range)) ) {
buf.append( " class=\"currentday\"" );
}
if ( hasEntry ) {