phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.bocommon.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.bocommon.inc.php
Date: Mon, 20 Mar 2006 10:13:38 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/03/20 10:13:38

Modified files:
        inc            : class.bocommon.inc.php 

Log message:
        fix for calendar

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.bocommon.inc.php.diff?tr1=1.26&tr2=1.27&r1=text&r2=text

Patches:
Index: property/inc/class.bocommon.inc.php
diff -u property/inc/class.bocommon.inc.php:1.26 
property/inc/class.bocommon.inc.php:1.27
--- property/inc/class.bocommon.inc.php:1.26    Wed Mar  1 19:30:04 2006
+++ property/inc/class.bocommon.inc.php Mon Mar 20 10:13:38 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage core
-       * @version $Id: class.bocommon.inc.php,v 1.26 2006/03/01 19:30:04 
sigurdne Exp $
+       * @version $Id: class.bocommon.inc.php,v 1.27 2006/03/20 10:13:38 
sigurdne Exp $
        */
 
        /**
@@ -121,10 +121,8 @@
                function jscalendar()
                {
                        $phpgw_js_url = 
$GLOBALS['phpgw_info']['server']['webserver_url'].'/phpgwapi/js';
-//                     $img = 
$GLOBALS['phpgw']->common->get_image_path('phpgwapi','default').'/cal.png';
-                       $img    = 
$GLOBALS['phpgw_info']['server']['webserver_url'] . 
'/phpgwapi/templates/default/images/cal.png';
+                       $img = 
$GLOBALS['phpgw']->common->image('phpgwapi','cal');
 
-//                     $img = $phpgw_js_url.'/jscalendar/img.gif';
                        $dateformat = 
$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'];
                        $jsDateFormat = str_replace(array('d', 'm', 'M', 'Y'), 
array('%d', '%m', '%b', '%Y'), $dateformat);
 




reply via email to

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