From 32944788ef6a900413fcb9d768d28e62026f88f8 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 27 Jul 2007 11:15:28 +0000 Subject: [PATCH] =?UTF-8?q?=ED=8C=9D=EC=97=85=EB=8B=AC=EB=A0=A5=EC=9D=98?= =?UTF-8?q?=20=EC=84=A0=ED=83=9D=EB=90=9C=20=EB=8B=AC=20=EC=9D=B4=EC=99=B8?= =?UTF-8?q?=EC=9D=98=20=EB=82=A0=EC=A7=9C=EC=9D=98=20=EA=B8=80=EC=83=89?= =?UTF-8?q?=EC=9D=84=20=EC=97=B0=ED=95=98=EA=B2=8C=20=EC=B2=98=EB=A6=AC.?= =?UTF-8?q?=20close=20=EB=B2=84=ED=8A=BC=20Wii=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2063 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/tpl/calendar.php | 16 ++++++++++------ common/tpl/css/calendar.css | 1 + 2 files changed, 11 insertions(+), 6 deletions(-) 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; }