phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: calendar/inc class.uicalendar.inc.php,1.69,1.70


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/inc class.uicalendar.inc.php,1.69,1.70
Date: Sun, 07 Apr 2002 10:12:56 -0400

Update of /cvsroot/phpgroupware/calendar/inc
In directory subversions:/tmp/cvs-serv30493/calendar/inc

Modified Files:
        class.uicalendar.inc.php 
Log Message:
Moved CSS item from template to css().

Index: class.uicalendar.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/inc/class.uicalendar.inc.php,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -r1.69 -r1.70
*** class.uicalendar.inc.php    14 Mar 2002 00:10:50 -0000      1.69
--- class.uicalendar.inc.php    7 Apr 2002 14:12:53 -0000       1.70
***************
*** 27,31 ****
                
                var $debug = False;
! //            var $debug = True;
  
                var $cat_id;
--- 27,31 ----
                
                var $debug = False;
!               var $debug = True;
  
                var $cat_id;
***************
*** 276,280 ****
                                        .'</STYLE>'."\n"
                                        .'</head>'."\n"
!                                       .$body
                                        .'</body>'."\n"
                                        .'</html>'."\n";
--- 276,280 ----
                                        .'</STYLE>'."\n"
                                        .'</head>'."\n"
!                                       .$this->bo->debug_string.$body
                                        .'</body>'."\n"
                                        .'</html>'."\n";
***************
*** 282,294 ****
                        else
                        {
-                               $new_body = $body;
-                       }
-                       return $new_body;
-               }
- 
-               function month()
-               {
-                       if (!$this->bo->printer_friendly)
-                       {
                                
unset($GLOBALS['phpgw_info']['flags']['noheader']);
                                
unset($GLOBALS['phpgw_info']['flags']['nonavbar']);
--- 282,285 ----
***************
*** 296,300 ****
--- 287,297 ----
                                
unset($GLOBALS['phpgw_info']['flags']['noappfooter']);
                                $GLOBALS['phpgw']->common->phpgw_header();
+                               $new_body = $this->bo->debug_string.$body;
                        }
+                       return $new_body;
+               }
+ 
+               function month()
+               {
                        echo $this->printer_friendly($this->get_month());
                }
***************
*** 1960,1964 ****
                                . '  .event-off { background: 
'.$this->theme['row_off'].'; color: '.$this->theme['bg_text'].'; font: 100 
80%/110% '.$this->theme['font'].'; vertical-align: middle; }'."\n"
                                . '  .event-holiday { background: 
'.$this->theme['bg04'].'; color: '.$this->theme['bg_text'].'; font: 100 
80%/110% '.$this->theme['font'].'; vertical-align: middle; }'."\n"
!                               . '  .time { background: 
'.$this->theme['navbar_bg'].'; color: '.$this->theme['bg_text'].'; font: 
65%/100% '.$this->theme['font'].'; width: '.$time_width.'%; border: 1px 
'.$this->theme['navbar_text'].'; vertical-align: middle; }'."\n";
                }
  
--- 1957,1962 ----
                                . '  .event-off { background: 
'.$this->theme['row_off'].'; color: '.$this->theme['bg_text'].'; font: 100 
80%/110% '.$this->theme['font'].'; vertical-align: middle; }'."\n"
                                . '  .event-holiday { background: 
'.$this->theme['bg04'].'; color: '.$this->theme['bg_text'].'; font: 100 
80%/110% '.$this->theme['font'].'; vertical-align: middle; }'."\n"
!                               . '  .time { background: 
'.$this->theme['navbar_bg'].'; color: '.$this->theme['bg_text'].'; font: 
65%/100% '.$this->theme['font'].'; width: '.$time_width.'%; border: 1px 
'.$this->theme['navbar_text'].'; vertical-align: middle; }'."\n"
!                               . '  .tablecell { width: 80px; height: 80px 
}'."\n";
                }
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]