phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/blocks block-phpgwCalendar.


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/blocks block-phpgwCalendar.php,1.2,1.3
Date: Fri, 30 Aug 2002 06:37:17 -0400

Update of /cvsroot/phpgroupware/sitemgr/sitemgr-site/blocks
In directory subversions:/tmp/cvs-serv28913

Modified Files:
        block-phpgwCalendar.php 
Log Message:
fixing calendar


Index: block-phpgwCalendar.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/sitemgr-site/blocks/block-phpgwCalendar.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** block-phpgwCalendar.php     29 Aug 2002 23:51:27 -0000      1.2
--- block-phpgwCalendar.php     30 Aug 2002 10:37:15 -0000      1.3
***************
*** 16,19 ****
--- 16,20 ----
  
        $content = ereg_replace('cellspacing="7"','cellspacing="3"',$content);
+       $content = ereg_replace('<font size="-2"><b>(..)</b></font>','<span 
class="minicalendarheader">\1</span>',$content);
        $title = 'Mini Calendar';
  ?>





reply via email to

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