Index: trunk/install/php/viewepg.php =================================================================== --- trunk/install/php/viewepg.php (リビジョン 38) +++ trunk/install/php/viewepg.php (リビジョン 39) @@ -207,7 +207,7 @@ } if ($epgcategory == ""){ -$item["$number"]["$stationname"] = ">$printstarttime $title $desc"; -}else{ -$item["$number"]["$stationname"] = " id=\"$epgcategory\">$printstarttime $title $desc"; +$item["$number"]["$stationname"] = " onClick=\"location = './reserveepg.php?epgid=$epgid'\">$printstarttime $title $desc"; +}else{ +$item["$number"]["$stationname"] = " id=\"$epgcategory\" onClick=\"location = './reserveepg.php?epgid=$epgid'\">$printstarttime $title $desc"; }//if Index: trunk/install/php/graytable.css =================================================================== --- trunk/install/php/graytable.css (リビジョン 38) +++ trunk/install/php/graytable.css (リビジョン 39) @@ -76,6 +76,7 @@ background-color: #FFFA4D; padding-right: 1px; padding-bottom:1px; - border-right: 3px solid #aaa; border-bottom: 3px solid #666; } + border-right: 3px solid #aaa; border-bottom: 3px solid #666; + cursor:pointer; + } -