forked from extern/egroupware
minor changes in the time column
This commit is contained in:
parent
970c3090cf
commit
897181dfb3
@ -15,8 +15,10 @@
|
||||
$now = $phpgw->calendar->splitdate(mktime (0, 0, 0, $phpgw->calendar->today["month"], $phpgw->calendar->today["day"], $phpgw->calendar->today["year"]) - ((60 * 60) * $phpgw_info["user"]["preferences"]["common"]["tz_offset"]));
|
||||
echo '<table border="0" width="70%" cellspacing="0" cellpadding="0"><tr><td align="center">'
|
||||
. lang(date("F",$phpgw->calendar->today["raw"])).' '.$phpgw->calendar->today["day"].', '.$phpgw->calendar->today["year"].'</tr></td>'
|
||||
. '<tr><td bgcolor="'.$phpgw_info["theme"]["bg_text"].'" valign="top">'
|
||||
. $phpgw->calendar->print_day_at_a_glance($now).'</td></tr></table>'."\n";
|
||||
. '<tr><td bgcolor="'.$phpgw_info["theme"]["bg_text"].'" valign="top">';
|
||||
$phpgw->calendar->printer_friendly = True;
|
||||
echo $phpgw->calendar->print_day_at_a_glance($now).'</td></tr></table>'."\n";
|
||||
$phpgw->calendar->printer_friendly = False;
|
||||
echo "\n".'<!-- Calendar info --></table></td></tr>'."\n";
|
||||
unset($phpgw->calendar);
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!--
|
||||
.event
|
||||
{
|
||||
width: 93%
|
||||
width: 91%
|
||||
color: #{font_color};
|
||||
font-family: {font};
|
||||
font-weight: 100;
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
.time
|
||||
{
|
||||
width: 7%;
|
||||
width: 9%;
|
||||
background-image: url('{bg_time_image}');
|
||||
color: #{font_color};
|
||||
font-family: {font};
|
||||
@ -29,7 +29,7 @@
|
||||
-->
|
||||
</style>
|
||||
|
||||
<table border="0" width="100%" cellspacing="0" cellpadding="0">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
{row}
|
||||
</table>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN day_row_time -->
|
||||
<td class="time">{open_link}{time}{close_link}</td>
|
||||
<td class="time"><table width="100%" border="1" cellspacing="0" cellpadding="0"><tr><td class="time">{open_link}{time}{close_link}</td></tr></table></td>
|
||||
<!-- END day_row_time -->
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!--
|
||||
.event
|
||||
{
|
||||
width: 93%
|
||||
width: 91%
|
||||
color: #{font_color};
|
||||
font-family: {font};
|
||||
font-weight: 100;
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
.time
|
||||
{
|
||||
width: 7%;
|
||||
width: 9%;
|
||||
background-image: url('{bg_time_image}');
|
||||
color: #{font_color};
|
||||
font-family: {font};
|
||||
@ -29,7 +29,7 @@
|
||||
-->
|
||||
</style>
|
||||
|
||||
<table border="0" width="100%" cellspacing="0" cellpadding="0">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
{row}
|
||||
</table>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN day_row_time -->
|
||||
<td class="time">{open_link}{time}{close_link}</td>
|
||||
<td class="time"><table width="100%" border="1" cellspacing="0" cellpadding="0"><tr><td class="time">{open_link}{time}{close_link}</td></tr></table></td>
|
||||
<!-- END day_row_time -->
|
||||
|
Loading…
Reference in New Issue
Block a user