phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.editor.inc.php,1.32,1.33


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.editor.inc.php,1.32,1.33
Date: Mon, 17 Mar 2003 15:58:57 -0500

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

Modified Files:
        class.editor.inc.php 
Log Message:
included the db-tools messages on createing the lang-file

Index: class.editor.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.editor.inc.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** class.editor.inc.php        28 Oct 2002 01:17:31 -0000      1.32
--- class.editor.inc.php        17 Mar 2003 20:58:54 -0000      1.33
***************
*** 166,169 ****
--- 166,170 ----
                                                        case 'vbox':
                                                        case 'hbox':
+                                                       case 'stack':
                                                                
$cell['cell_tpl'] = '.vbox';
                                                                break;
***************
*** 243,246 ****
--- 244,248 ----
                                        case 'vbox':
                                        case 'hbox':
+                                       case 'stack':
                                                if ($cell['size'] < 2)
                                                {
***************
*** 463,467 ****
                                        {
                                                $m = new editor(False);
!                                               $additional = $m->messages + 
$this->etemplate->types + $this->extensions + $this->aligns;
                                        }
                                        else    // try to call the 
writeLangFile function of the app's ui-layer
--- 465,470 ----
                                        {
                                                $m = new editor(False);
!                                               $db_tools = 
CreateObject('etemplate.db_tools',False);
!                                               $additional = $m->messages + 
$db_tools->messages + $this->etemplate->types + $this->extensions + 
$this->aligns;
                                        }
                                        else    // try to call the 
writeLangFile function of the app's ui-layer





reply via email to

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