phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.uis_agreement.inc.php, 1.21 class.


From: sigurdne
Subject: [Phpgroupware-cvs] property/inc class.uis_agreement.inc.php, 1.21 class.bocommon.inc.php, 1.16 class.uiagreement.inc.php, 1.14
Date: Mon, 7 Nov 2005 11:17:00 +0100

Update of property/inc

Modified Files:
     Branch: MAIN
            class.uis_agreement.inc.php lines: +2 -3
            class.bocommon.inc.php lines: +11 -1
            class.uiagreement.inc.php lines: +2 -3

Log Message:
*** empty log message ***

====================================================
Index: property/inc/class.uis_agreement.inc.php
diff -u property/inc/class.uis_agreement.inc.php:1.20 
property/inc/class.uis_agreement.inc.php:1.21
--- property/inc/class.uis_agreement.inc.php:1.20       Wed Aug 10 19:39:42 2005
+++ property/inc/class.uis_agreement.inc.php    Mon Nov  7 10:17:47 2005
@@ -318,8 +318,7 @@
                                                'filter'                
=>$this->filter,
                                                'query'                 
=>$this->query,
                                                'role'                  => 
$this->role,
-                                               'member_id'             => 
$this->member_id,
-                                               'allrows'               => 
$this->allrows
+                                               'member_id'             => 
$this->member_id

                        );


====================================================
Index: property/inc/class.bocommon.inc.php
diff -u property/inc/class.bocommon.inc.php:1.15 
property/inc/class.bocommon.inc.php:1.16
--- property/inc/class.bocommon.inc.php:1.15    Thu Sep 29 09:28:10 2005
+++ property/inc/class.bocommon.inc.php Mon Nov  7 10:17:47 2005
@@ -100,6 +100,16 @@
                        }
        */

+                       if(!$GLOBALS['phpgw_info']['flags']['css'])
+                       {
+                               $GLOBALS['phpgw_info']['flags']['css'] .= 
"-->\n</style>\n"
+                                       . '<link rel="stylesheet" 
type="text/css" media="all" href="'
+                                       . 
$GLOBALS['phpgw_info']['server']['webserver_url'].'/' . $this->currentapp . 
'/templates/'
+                                       . 
$GLOBALS['phpgw_info']['server']['template_set']
+                                       . 
'/css/'.$GLOBALS['phpgw_info']['server']['template_set'].'.css" 
title="'.$GLOBALS['phpgw_info']['server']['template_set'].'" />'
+                                       . "\n<style type=\"text/css\">\n<!--\n";
+                       }
+
                }

                function jscalendar()

====================================================
Index: property/inc/class.uiagreement.inc.php
diff -u property/inc/class.uiagreement.inc.php:1.13 
property/inc/class.uiagreement.inc.php:1.14
--- property/inc/class.uiagreement.inc.php:1.13 Wed Aug 10 19:39:43 2005
+++ property/inc/class.uiagreement.inc.php      Mon Nov  7 10:17:47 2005
@@ -320,8 +320,7 @@
                                                'filter'                
=>$this->filter,
                                                'query'                 
=>$this->query,
                                                'role'                  => 
$this->role,
-                                               'member_id'             => 
$this->member_id,
-                                               'allrows'               => 
$this->allrows
+                                               'member_id'             => 
$this->member_id
                        );

                        if(!$this->allrows)






reply via email to

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