aboutsummaryrefslogtreecommitdiffstats
path: root/print.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-27 20:56:29 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-27 20:56:29 +0000
commit932108c2d90575364e9fd4813d2b3e0c7ab16287 (patch)
treea66823a0cc4b0dd9da5f405b5ded1548e70d5785 /print.php
parent21740bdeca83b469a7ec4c67da1aa6c02b2c2465 (diff)
downloadphpicalendar-932108c2d90575364e9fd4813d2b3e0c7ab16287.tar.gz
phpicalendar-932108c2d90575364e9fd4813d2b3e0c7ab16287.tar.bz2
phpicalendar-932108c2d90575364e9fd4813d2b3e0c7ab16287.zip
Fixed PC viewing errors, added back button for print.php.
Diffstat (limited to 'print.php')
-rw-r--r--print.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/print.php b/print.php
index b00ccdb..b06d4e9 100644
--- a/print.php
+++ b/print.php
@@ -45,12 +45,12 @@ if ($printview == 'day') {
</head>
<body bgcolor="#FFFFFF">
<center>
-<table border="0" width="737" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF" class="calborder">
+<table border="0" width="700" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF" class="calborder">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td align="left" width="90" class="navback">&nbsp;</td>
+ <td align="left" width="90" class="navback"><?php echo '<a href="'.$printview.'.php?cal='.$cal.'&getdate='.$getdate.'"><img src="styles/'.$style_sheet.'/back.gif" alt="" border="0" align="left"></a>'; ?></td>
<td class="navback">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
@@ -95,7 +95,7 @@ if ($printview == 'day') {
$dayofmonth = strtotime ($key);
$dayofmonth = localizeDate ($dateFormat_day, $dayofmonth);
echo "<tr><td width=\"10\"><img src=\"images/spacer.gif\" width=\"10\" height=\"1\"></td>\n";
- echo "<td colspan=\"2\"><font class=\"V12\"><b>$dayofmonth</b></font></td></tr>";
+ echo "<td align=\"left\" colspan=\"2\"><font class=\"V12\"><b>$dayofmonth</b></font></td></tr>";
echo "<tr><td colspan=\"3\"><img src=\"images/spacer.gif\" width=\"1\" height=\"5\"></td></tr>\n";
// Pull out each day

© 2014-2024 Faster IT GmbH | imprint | privacy policy