mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Fixed another bad link and removed a uneeded file
This commit is contained in:
parent
204e75a25a
commit
b751465b6d
@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - Calendar *
|
||||
* http://www.phpgroupware.org *
|
||||
@ -55,16 +54,15 @@
|
||||
|
||||
echo "<TR><TD COLSPAN=7 ALIGN=\"center\"><FONT SIZE=\"2\">";
|
||||
|
||||
if (! $friendly)
|
||||
echo "<A HREF=\"".$phpgw->link(
|
||||
$phpgw_info["server"]["app_root"]."/",
|
||||
"year=$thisyear&month=$thismonth")
|
||||
. "\">";
|
||||
if (! $friendly) {
|
||||
echo "<A HREF=\"".$phpgw->link("index.php","year=$thisyear&month=$thismonth") . "\">";
|
||||
}
|
||||
|
||||
if ($showyear)
|
||||
if ($showyear) {
|
||||
echo lang_common(date("F",$monthstart)) . " $thisyear" . "</a></font></td></tr>";
|
||||
else
|
||||
} else {
|
||||
echo lang_common(date("F",$monthstart)) . "</A></FONT></TD></TR>";
|
||||
}
|
||||
|
||||
echo "<tr>"
|
||||
. "<td>" . lang_calendar("Su") . "</td>"
|
||||
|
@ -1,45 +0,0 @@
|
||||
<!-- Note: We don't set the font size here because most browsers (IE4/5 for
|
||||
Win & all Netscape 4) don't correctly support it. Instead, the
|
||||
HTML font tag is used.
|
||||
-->
|
||||
<STYLE type="text/css">
|
||||
<!--
|
||||
.tablecell {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
}
|
||||
.tableheader {
|
||||
width: 80px;
|
||||
color: #FFFFFF;
|
||||
background-color: #000000;
|
||||
}
|
||||
.dayofmonth {
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
background-color: #E7E7E7;
|
||||
}
|
||||
.weeknumber {
|
||||
color: #B04040;
|
||||
text-decoration: none;
|
||||
}
|
||||
.monthlink {
|
||||
color: #B04040;
|
||||
text-decoration: none;
|
||||
}
|
||||
.entry {
|
||||
color: #006000;
|
||||
text-decoration: none;
|
||||
}
|
||||
.unapprovedentry {
|
||||
color: #800000;
|
||||
text-decoration: none;
|
||||
}
|
||||
.navlinks {
|
||||
color: #000000;
|
||||
}
|
||||
.aboutinfo {
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
}
|
||||
-->
|
||||
</STYLE>
|
Loading…
Reference in New Issue
Block a user