phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: squirrelmail/inc class.uicompose.inc.php,1.7.2.1


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: squirrelmail/inc class.uicompose.inc.php,1.7.2.1,1.7.2.2
Date: Thu, 07 Feb 2002 17:14:34 -0500

Update of /cvsroot/phpgroupware/squirrelmail/inc
In directory subversions:/tmp/cvs-serv17247/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.uicompose.inc.php 
Log Message:
addressbook

Index: class.uicompose.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/squirrelmail/inc/class.uicompose.inc.php,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -C2 -r1.7.2.1 -r1.7.2.2
*** class.uicompose.inc.php     30 Jan 2002 22:52:28 -0000      1.7.2.1
--- class.uicompose.inc.php     7 Feb 2002 22:14:31 -0000       1.7.2.2
***************
*** 119,131 ****
                        $this->display_app_header();
                        
!                       $this->t->set_file(array("composeForm" => 
"composeForm.tpl"));
!                       $this->t->set_block('composeForm','header','header');
!                       $this->t->set_block('composeForm','body_input');
!                       
$this->t->set_block('composeForm','attachment','attachment');
                        
$this->t->set_block('composeForm','attachment_row','attachment_row');
                        
$this->t->set_block('composeForm','attachment_row_bold');
!                       
                        $this->translate();
!                       
                        $linkData = array
                        (
--- 119,128 ----
                        $this->display_app_header();
                        
!                       $this->t->set_file(array('composeForm' => 
'composeForm.tpl'));
                        
$this->t->set_block('composeForm','attachment_row','attachment_row');
                        
$this->t->set_block('composeForm','attachment_row_bold');
! 
                        $this->translate();
! 
                        $linkData = array
                        (
***************
*** 152,161 ****
                        $this->t->set_var("reply_to",$sessionData['reply_to']);
                        $this->t->set_var("subject",$sessionData['subject']);
-                       $this->t->pparse("out","header");
  
                        // body
                        $this->t->set_var("body",$sessionData['body']);
                        
$this->t->set_var("signature",$sessionData['signature']);
-                       $this->t->pparse("out","body_input");
  
                        // attachments
--- 149,156 ----
***************
*** 166,170 ****
                                $this->t->set_var('type',lang('type'));
                                $this->t->set_var('size',lang('size'));
!                               
$this->t->parse('attachment_rows','attachment_row_bold',True);
                                while (list($key,$value) = 
each($sessionData['attachments']))
                                {
--- 161,165 ----
                                $this->t->set_var('type',lang('type'));
                                $this->t->set_var('size',lang('size'));
!                               
$this->t->fp('attachment_rows','attachment_row_bold',True);
                                while (list($key,$value) = 
each($sessionData['attachments']))
                                {
***************
*** 175,179 ****
                                        
$this->t->set_var('size',$value['size']);
                                        
$this->t->set_var('attachment_number',$key);
!                                       
$this->t->parse('attachment_rows','attachment_row',True);
                                }
                        }
--- 170,174 ----
                                        
$this->t->set_var('size',$value['size']);
                                        
$this->t->set_var('attachment_number',$key);
!                                       
$this->t->fp('attachment_rows','attachment_row',True);
                                }
                        }
***************
*** 182,187 ****
                                $this->t->set_var('attachment_rows','');
                        }
!                       
!                       $this->t->pparse("out","attachment");
                }
  
--- 177,181 ----
                                $this->t->set_var('attachment_rows','');
                        }
!                       $this->t->pfp('out','composeForm');
                }
  




reply via email to

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