forked from extern/egroupware
Fixed a problem with printer friendly version putting HTML out of place
This commit is contained in:
parent
95d93a753f
commit
5ed998131e
@ -174,10 +174,9 @@
|
||||
|
||||
if (! $friendly) {
|
||||
echo "<P> <A HREF=\"" . $phpgw->link("week.php","$yeartext&friendly=1");
|
||||
?>" TARGET="cal_printer_friendly" onMouseOver="window.status = '<?php echo lang("Generate printer-friendly version"); ?>'">[<?php echo lang("Printer Friendly"); ?>]</A>
|
||||
<?php
|
||||
}
|
||||
?>" TARGET="cal_printer_friendly"
|
||||
onMouseOver="window.status = '<?php echo lang("Generate printer-friendly version"); ?>'">[<?php echo lang("Printer Friendly"); ?>]</A>
|
||||
|
||||
<?php
|
||||
$phpgw->common->phpgw_footer();
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user