aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/month_calendar.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-11-19 20:28:21 +0000
committerrvelices <rv-github@modusoptimus.com>2010-11-19 20:28:21 +0000
commite176f9be0ed514b02517974cacba58eb024e0e92 (patch)
treeb0394c4bd791ba466c73f2914d039058af88388a /themes/default/template/month_calendar.tpl
parenta9a150dc5adb0240cc089bd4d3c172bca74d5e71 (diff)
merge r7823 from trunk to branch 2.1
homogenuous popuphelp and search_rules templates with the rest of pages simplification of CSS rules git-svn-id: http://piwigo.org/svn/branches/2.1@7824 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/month_calendar.tpl')
-rw-r--r--themes/default/template/month_calendar.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/template/month_calendar.tpl b/themes/default/template/month_calendar.tpl
index 85415f459..c1603dfd8 100644
--- a/themes/default/template/month_calendar.tpl
+++ b/themes/default/template/month_calendar.tpl
@@ -74,8 +74,8 @@ TABLE.calMonth TBODY TD, TABLE.calMonth TBODY TD DIV.calImg {ldelim}
{else}
<td class="calDayCellEmpty">{$day.DAY}
{/if}
- {else}
- <td class="calDayCellBlank">
+ {else}{*blank cell first or last row only*}
+ <td>
{/if}
</td>
{/foreach} {*day in week*}