phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate.inc.php,1.31,1.3


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate.inc.php,1.31,1.32
Date: Sun, 29 Sep 2002 18:24:36 -0400

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv6483

Modified Files:
        class.uietemplate.inc.php 
Log Message:
added checks if the several functions in an extension are implemented

Index: class.uietemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.uietemplate.inc.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** class.uietemplate.inc.php   29 Sep 2002 16:35:54 -0000      1.31
--- class.uietemplate.inc.php   29 Sep 2002 22:24:33 -0000      1.32
***************
*** 370,374 ****
                        $extra_label = True;
  
!                       if (!$this->types[$cell['type']] && 
$this->haveExtension($cell['type']))
                        {
                                $type = $cell['type'];
--- 370,374 ----
                        $extra_label = True;
  
!                       if (!$this->types[$cell['type']] && 
$this->haveExtension($cell['type'],'pre_process'))
                        {
                                $type = $cell['type'];
***************
*** 591,595 ****
                                        break;
                                default:
!                                       if ($this->haveExtension($cell['type']))
                                        {
                                                $html .= 
$this->extensionRender($cell,$form_name,$value,$readonly);
--- 591,595 ----
                                        break;
                                default:
!                                       if 
($this->haveExtension($cell['type'],'render'))
                                        {
                                                $html .= 
$this->extensionRender($cell,$form_name,$value,$readonly);





reply via email to

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