diff --git a/common/tpl/calendar.php b/common/tpl/calendar.php index 536885788..a50c1fed0 100644 --- a/common/tpl/calendar.php +++ b/common/tpl/calendar.php @@ -56,6 +56,7 @@ + @@ -152,12 +153,15 @@ $date = date("Y. m. d", mktime(0,0,0,$m, $day, $y)); $date_str = date("Ymd", mktime(0,0,0,$m, $day, $y)); - ?> - -   - + + +   + + +   + -
- close +
+ close
diff --git a/common/tpl/css/calendar.css b/common/tpl/css/calendar.css index 5148aaae3..f092f3654 100644 --- a/common/tpl/css/calendar.css +++ b/common/tpl/css/calendar.css @@ -30,3 +30,4 @@ body { margin:0; padding:0; } #popBody .calendar .dd td.sun a { color:#c95b53;} #popBody .calendar .dd .first { height:35px;} #popBody .calendar .dd .last td { height:35px; border-bottom:none;} +#popBody .calendar .dd td .disable a { color:#CCCCCC; }