diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-11-19 20:27:24 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-11-19 20:27:24 +0000 |
commit | 22255b2675a1bc2f391ec91a565f9f5112c35516 (patch) | |
tree | a6240d984f2bc79de9858e395292bc61b232f82c /themes/default/template/month_calendar.tpl | |
parent | ce6af255b41b5fcd371ed72e4b51cc54d45cabd5 (diff) |
homogenuous popuphelp and search_rules templates with the rest of pages
simplification of CSS rules
git-svn-id: http://piwigo.org/svn/trunk@7823 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/month_calendar.tpl | 4 |
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*} |