phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] felamimail addressbook.php inc/class.uicompose....


From: Sigurd Nes
Subject: [Phpgroupware-cvs] felamimail addressbook.php inc/class.uicompose....
Date: Fri, 22 Dec 2006 10:36:53 +0000

CVSROOT:        /sources/phpgroupware
Module name:    felamimail
Changes by:     Sigurd Nes <sigurdne>   06/12/22 10:36:52

Modified files:
        .              : addressbook.php 
        inc            : class.uicompose.inc.php class.uidisplay.inc.php 
                         class.uifelamimail.inc.php 
                         class.uipreferences.inc.php 
        templates/base : addressbook.tpl composeForm.tpl config.tpl 
                         preferences.tpl preferences_display.tpl 
                         preferences_email.tpl preferences_folder.tpl 
                         preferences_index_order.tpl 
                         preferences_translate.tpl view_message.tpl 
        templates/linux-at-work.de: composeForm.tpl 

Log message:
        styles and utf

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/felamimail/addressbook.php?cvsroot=phpgroupware&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/felamimail/inc/class.uicompose.inc.php?cvsroot=phpgroupware&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/felamimail/inc/class.uidisplay.inc.php?cvsroot=phpgroupware&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/felamimail/inc/class.uifelamimail.inc.php?cvsroot=phpgroupware&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/felamimail/inc/class.uipreferences.inc.php?cvsroot=phpgroupware&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/felamimail/templates/base/addressbook.tpl?cvsroot=phpgroupware&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/felamimail/templates/base/composeForm.tpl?cvsroot=phpgroupware&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/felamimail/templates/base/config.tpl?cvsroot=phpgroupware&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/felamimail/templates/base/preferences.tpl?cvsroot=phpgroupware&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/felamimail/templates/base/preferences_display.tpl?cvsroot=phpgroupware&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/felamimail/templates/base/preferences_email.tpl?cvsroot=phpgroupware&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/felamimail/templates/base/preferences_folder.tpl?cvsroot=phpgroupware&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/felamimail/templates/base/preferences_index_order.tpl?cvsroot=phpgroupware&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/felamimail/templates/base/preferences_translate.tpl?cvsroot=phpgroupware&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/felamimail/templates/base/view_message.tpl?cvsroot=phpgroupware&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/felamimail/templates/linux-at-work.de/composeForm.tpl?cvsroot=phpgroupware&r1=1.3&r2=1.4

Patches:
Index: addressbook.php
===================================================================
RCS file: /sources/phpgroupware/felamimail/addressbook.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- addressbook.php     19 Dec 2006 15:20:08 -0000      1.7
+++ addressbook.php     22 Dec 2006 10:36:52 -0000      1.8
@@ -9,7 +9,7 @@
   *  Free Software Foundation; either version 2 of the License, or (at your  *
   *  option) any later version.                                              *
   \**************************************************************************/
-  /* $Id: addressbook.php,v 1.7 2006/12/19 15:20:08 sigurdne Exp $ */
+  /* $Id: addressbook.php,v 1.8 2006/12/22 10:36:52 sigurdne Exp $ */
 
        $phpgw_info["flags"] = array(
                'noheader' => True,
@@ -143,7 +143,6 @@
        // --------------------------------------- end nextmatch 
------------------------------------------
 
        // ------------------- list header variable template-declaration 
-----------------------
-//     $t->set_var('th_bg',$phpgw_info["theme"]["th_bg"]);
        
$t->set_var('sort_firstname',$phpgw->nextmatchs->show_sort_order($sort,'n_given',$order,'/'.$phpgw_info['flags']['currentapp'].'/addressbook.php',lang('Firstname')));
        
$t->set_var('sort_lastname',$phpgw->nextmatchs->show_sort_order($sort,'n_family',$order,'/'.$phpgw_info['flags']['currentapp'].'/addressbook.php',lang('Lastname')));
        $t->set_var('lang_email',lang('Select work email address'));

Index: inc/class.uicompose.inc.php
===================================================================
RCS file: /sources/phpgroupware/felamimail/inc/class.uicompose.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- inc/class.uicompose.inc.php 20 Dec 2006 13:56:26 -0000      1.8
+++ inc/class.uicompose.inc.php 22 Dec 2006 10:36:52 -0000      1.9
@@ -11,7 +11,7 @@
        * Free Software Foundation; either version 2 of the License, or (at 
your    *
        * option) any later version.                                            
    *
        
\***************************************************************************/
-       /* $Id: class.uicompose.inc.php,v 1.8 2006/12/20 13:56:26 sigurdne Exp 
$ */
+       /* $Id: class.uicompose.inc.php,v 1.9 2006/12/22 10:36:52 sigurdne Exp 
$ */
 
        class uicompose
        {
@@ -63,14 +63,14 @@
 
                function action()
                {
-                       $formData['to']         = 
$this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['to']);
-                       $formData['cc']         = 
$this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['cc']);
-                       $formData['bcc']        = 
$this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['bcc']);
-                       $formData['reply_to']   = 
$this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['reply_to']);
-                       $formData['subject']    = 
$this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['subject']);
-                       $formData['body']       = 
$this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['body']);
+                       $formData['to']         = 
utf8_decode($this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['to']));
+                       $formData['cc']         = 
utf8_decode($this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['cc']));
+                       $formData['bcc']        = 
utf8_decode($this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['bcc']));
+                       $formData['reply_to']   = 
utf8_decode($this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['reply_to']));
+                       $formData['subject']    = 
utf8_decode($this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['subject']));
+                       $formData['body']       = 
utf8_decode($this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['body']));
                        $formData['priority']   = 
$this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['priority']);
-                       $formData['signature']  = 
$this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['signature']);
+                       $formData['signature']  = 
utf8_decode($this->bocompose->stripSlashes($GLOBALS['HTTP_POST_VARS']['signature']));
                        $formData['mailbox']    = 
(isset($GLOBALS['HTTP_GET_VARS']['mailbox'])?$GLOBALS['HTTP_GET_VARS']['mailbox']:'');
 
                        if (isset($GLOBALS['HTTP_POST_VARS']['send'])) 
@@ -277,7 +277,6 @@
                        $this->t->set_var("lang_low",lang('low'));
                        $this->t->set_var("lang_signature",lang('signature'));
                        
-                       
$this->t->set_var("th_bg",$GLOBALS['phpgw_info']["theme"]["th_bg"]);
                        
$this->t->set_var("bg01",$GLOBALS['phpgw_info']["theme"]["bg01"]);
                        
$this->t->set_var("bg02",$GLOBALS['phpgw_info']["theme"]["bg02"]);
                        
$this->t->set_var("bg03",$GLOBALS['phpgw_info']["theme"]["bg03"]);

Index: inc/class.uidisplay.inc.php
===================================================================
RCS file: /sources/phpgroupware/felamimail/inc/class.uidisplay.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- inc/class.uidisplay.inc.php 21 Dec 2006 13:14:55 -0000      1.10
+++ inc/class.uidisplay.inc.php 22 Dec 2006 10:36:52 -0000      1.11
@@ -11,7 +11,7 @@
        * Free Software Foundation; either version 2 of the License, or (at 
your    *
        * option) any later version.                                            
    *
        
\***************************************************************************/
-       /* $Id: class.uidisplay.inc.php,v 1.10 2006/12/21 13:14:55 sigurdne Exp 
$ */
+       /* $Id: class.uidisplay.inc.php,v 1.11 2006/12/22 10:36:52 sigurdne Exp 
$ */
 
        class uidisplay
        {
@@ -326,7 +326,7 @@
                        }
                                                                                
                                                                                
                                                                                
                                                                 
                        
$this->t->set_var("date_data",htmlentities($GLOBALS['phpgw']->common->show_date($transformdate->getTimeStamp($tmpdate))));
-                       
$this->t->set_var("subject_data",htmlentities($this->bofelamimail->decode_header($headers->subject),ENT_COMPAT,'UTF-8'));
+                       
$this->t->set_var("subject_data",htmlentities($this->bofelamimail->decode_header($headers->subject),ENT_QUOTES,'UTF-8'));
                        //if(isset($organization)) exit;
                        $this->t->parse("header","message_header",True);
 
@@ -579,6 +579,9 @@
                {
                        $GLOBALS['phpgw']->common->phpgw_header();
                        echo parse_navbar();
+                       unset($GLOBALS['phpgw']->template->file);
+                       unset($GLOBALS['phpgw']->template->varkeys);
+                       unset($GLOBALS['phpgw']->template->varvals);
                }
                
                function emailAddressToHTML($_emailAddress)
@@ -601,13 +604,13 @@
                                                $linkData = array
                                                (
                                                        'menuaction'    => 
'felamimail.uicompose.compose',
-                                                       'send_to'       => 
htmlentities($newSenderAddress)
+                                                       'send_to'       => 
utf8_decode($newSenderAddress)
                                                );
                                                $link = 
$GLOBALS['phpgw']->link('/index.php',$linkData);
                                                $senderAddress .= sprintf('<a 
href="%s" title="%s">%s</a>',
                                                                        $link,
-                                                                       
htmlentities($newSenderAddress),
-                                                                       
htmlentities($val->personal));
+                                                                       
htmlentities($newSenderAddress,ENT_QUOTES,'UTF-8'),
+                                                                       
htmlentities($val->personal,ENT_QUOTES,'UTF-8'));
                                        }
                                        else
                                        {
@@ -619,7 +622,7 @@
                                                );
                                                $link = 
$GLOBALS['phpgw']->link('/index.php',$linkData);
                                                $senderAddress .= sprintf('<a 
href="%s">%s</a>',
-                                                                       
$link,htmlentities($tempSenderAddress));
+                                                                       
$link,htmlentities($tempSenderAddress,ENT_QUOTES,'UTF-8'));
                                        }
                                }
                                return $senderAddress;
@@ -710,7 +713,6 @@
                        
$this->t->set_var("lang_previous_message",lang('previous message'));
                        $this->t->set_var("lang_next_message",lang('next 
message'));
                        
-                       
$this->t->set_var("th_bg",$GLOBALS['phpgw_info']["theme"]["th_bg"]);
                        
$this->t->set_var("bg01",$GLOBALS['phpgw_info']["theme"]["bg01"]);
                        
$this->t->set_var("bg02",$GLOBALS['phpgw_info']["theme"]["bg02"]);
                        
$this->t->set_var("bg03",$GLOBALS['phpgw_info']["theme"]["bg03"]);

Index: inc/class.uifelamimail.inc.php
===================================================================
RCS file: /sources/phpgroupware/felamimail/inc/class.uifelamimail.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- inc/class.uifelamimail.inc.php      21 Dec 2006 12:34:39 -0000      1.11
+++ inc/class.uifelamimail.inc.php      22 Dec 2006 10:36:52 -0000      1.12
@@ -11,7 +11,7 @@
        * Free Software Foundation; either version 2 of the License, or (at 
your    *
        * option) any later version.                                            
    *
        
\***************************************************************************/
-       /* $Id: class.uifelamimail.inc.php,v 1.11 2006/12/21 12:34:39 sigurdne 
Exp $ */
+       /* $Id: class.uifelamimail.inc.php,v 1.12 2006/12/22 10:36:52 sigurdne 
Exp $ */
 
        class uifelamimail
        {
@@ -808,7 +808,6 @@
                {
                        global $phpgw_info;                     
 
-                       
$this->t->set_var('th_bg',$phpgw_info["theme"]["th_bg"]);
                        $this->t->set_var('bg_01',$phpgw_info["theme"]["bg01"]);
                        $this->t->set_var('bg_02',$phpgw_info["theme"]["bg02"]);
 

Index: inc/class.uipreferences.inc.php
===================================================================
RCS file: /sources/phpgroupware/felamimail/inc/class.uipreferences.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- inc/class.uipreferences.inc.php     20 Dec 2006 13:56:26 -0000      1.3
+++ inc/class.uipreferences.inc.php     22 Dec 2006 10:36:52 -0000      1.4
@@ -11,7 +11,7 @@
        * Free Software Foundation; either version 2 of the License, or (at 
your    *
        * option) any later version.                                            
    *
        
\***************************************************************************/
-       /* $Id: class.uipreferences.inc.php,v 1.3 2006/12/20 13:56:26 sigurdne 
Exp $ */
+       /* $Id: class.uipreferences.inc.php,v 1.4 2006/12/22 10:36:52 sigurdne 
Exp $ */
 
        class uipreferences
        {
@@ -218,7 +218,6 @@
                        $this->t->set_var("lang_imap_server",lang('IMAP 
Server'));
                        $this->t->set_var("lang_folder_settings",lang('folder 
settings'));
                        
-                       
$this->t->set_var("th_bg",$GLOBALS['phpgw_info']["theme"]["th_bg"]);
                        
$this->t->set_var("bg01",$GLOBALS['phpgw_info']["theme"]["bg01"]);
                        
$this->t->set_var("bg02",$GLOBALS['phpgw_info']["theme"]["bg02"]);
                        
$this->t->set_var("bg03",$GLOBALS['phpgw_info']["theme"]["bg03"]);

Index: templates/base/addressbook.tpl
===================================================================
RCS file: /sources/phpgroupware/felamimail/templates/base/addressbook.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- templates/base/addressbook.tpl      19 Dec 2006 15:20:36 -0000      1.4
+++ templates/base/addressbook.tpl      22 Dec 2006 10:36:52 -0000      1.5
@@ -1,4 +1,4 @@
-<!-- $Id: addressbook.tpl,v 1.4 2006/12/19 15:20:36 sigurdne Exp $ -->
+<!-- $Id: addressbook.tpl,v 1.5 2006/12/22 10:36:52 sigurdne Exp $ -->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" 
"http://www.w3.org/TR/REC-html40/loose.dtd";>
 <HTML LANG="en">
 <head>
@@ -78,10 +78,10 @@
 </table>
 <table border="0" width="100%" cellpadding="2" cellspacing="2">
     <tr class="th">
-      <td width="14%" bgcolor="{th_bg}" align=center><font 
face="{font}">{sort_firstname}</font></td>
-      <td width="14%" bgcolor="{th_bg}" align=center><font 
face="{font}">{sort_lastname}</font></td>
-      <td width="26%" bgcolor="{th_bg}" align=center><font 
face="{font}">{lang_email}</font></td>
-      <td width="26%" bgcolor="{th_bg}" align=center><font 
face="{font}">{lang_hemail}</font></td>
+      <td width="14%" class="th" align=center><font 
face="{font}">{sort_firstname}</font></td>
+      <td width="14%" class="th" align=center><font 
face="{font}">{sort_lastname}</font></td>
+      <td width="26%" class="th" align=center><font 
face="{font}">{lang_email}</font></td>
+      <td width="26%" class="th" align=center><font 
face="{font}">{lang_hemail}</font></td>
     </tr>
   
 <!-- BEGIN addressbook_list -->

Index: templates/base/composeForm.tpl
===================================================================
RCS file: /sources/phpgroupware/felamimail/templates/base/composeForm.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- templates/base/composeForm.tpl      18 Dec 2006 20:03:33 -0000      1.2
+++ templates/base/composeForm.tpl      22 Dec 2006 10:36:52 -0000      1.3
@@ -17,7 +17,7 @@
 <center>
 <form method="post" name="doit" action="{link_action}" 
ENCTYPE="multipart/form-data">
 <table width="98%" border="0" cellspacing="0" cellpading="1">
-<tr bgcolor="{th_bg}">
+<tr class="th">
        <td colspan="2">
                {lang_back_to_folder}:&nbsp;<a class="head_link" 
href="{link_message_list}">{folder_name}</a>
        </td>
@@ -132,7 +132,7 @@
 <!-- BEGIN attachment -->
 <br>
 <table width="95%" border="0" cellspacing="0" cellpading="0">
-<tr bgcolor="{th_bg}">
+<tr class="th">
        <td>
                <b>{lang_attachments}</b>
        </td>
@@ -174,7 +174,7 @@
 <!-- END attachment_row -->
 
 <!-- BEGIN attachment_row_bold -->
-<tr bgcolor="{th_bg}">
+<tr class="th">
        <td>
                <b>{name}</b>
        </td>

Index: templates/base/config.tpl
===================================================================
RCS file: /sources/phpgroupware/felamimail/templates/base/config.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- templates/base/config.tpl   18 Dec 2006 20:03:33 -0000      1.2
+++ templates/base/config.tpl   22 Dec 2006 10:36:52 -0000      1.3
@@ -1,7 +1,7 @@
 <!-- BEGIN header -->
 <form method="POST" action="{action_url}">
 <table border="0" align="center">
-   <tr bgcolor="{th_bg}">
+   <tr class="th">
     <td colspan="2"><font color="{th_text}">&nbsp;<b>{title}</b></font></td>
    </tr>
 <!-- END header -->
@@ -120,7 +120,7 @@
 
 <!-- END body -->
 <!-- BEGIN footer -->
-  <tr bgcolor="{th_bg}">
+  <tr class="th">
     <td colspan="2">
 &nbsp;
     </td>

Index: templates/base/preferences.tpl
===================================================================
RCS file: /sources/phpgroupware/felamimail/templates/base/preferences.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- templates/base/preferences.tpl      16 Dec 2006 21:50:31 -0000      1.1
+++ templates/base/preferences.tpl      22 Dec 2006 10:36:52 -0000      1.2
@@ -3,7 +3,7 @@
 <form method="POST" action="{link}">
 
 <table border="0" align="center" cellspacing="1" cellpadding="1" width="60%">
-       <tr bgcolor="{th_bg}">
+       <tr class="th">
                <td colspan="2">&nbsp;</td>
        </tr>
        

Index: templates/base/preferences_display.tpl
===================================================================
RCS file: 
/sources/phpgroupware/felamimail/templates/base/preferences_display.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- templates/base/preferences_display.tpl      16 Dec 2006 21:50:31 -0000      
1.1
+++ templates/base/preferences_display.tpl      22 Dec 2006 10:36:52 -0000      
1.2
@@ -3,7 +3,7 @@
 <form method="POST" action="{link}">
 
 <table border="0" align="center" cellspacing="1" cellpadding="1" width="60%">
-       <tr bgcolor="{th_bg}">
+       <tr class="th">
                <td colspan="2">&nbsp;</td>
        </tr>
        <tr bgcolor="{tr_color1}">

Index: templates/base/preferences_email.tpl
===================================================================
RCS file: 
/sources/phpgroupware/felamimail/templates/base/preferences_email.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- templates/base/preferences_email.tpl        16 Dec 2006 21:50:31 -0000      
1.1
+++ templates/base/preferences_email.tpl        22 Dec 2006 10:36:52 -0000      
1.2
@@ -4,7 +4,7 @@
 <form method="POST" action="{form_action}">
 <table border="0" align="center" cellspacing="1" cellpadding="1" width="70%">
 <tr>
-       <td colspan="2" bgcolor="{th_bg}">
+       <td colspan="2" class="th">
                <b>{section_title}</b>
        </td>
 </tr>

Index: templates/base/preferences_folder.tpl
===================================================================
RCS file: 
/sources/phpgroupware/felamimail/templates/base/preferences_folder.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- templates/base/preferences_folder.tpl       16 Dec 2006 21:50:31 -0000      
1.1
+++ templates/base/preferences_folder.tpl       22 Dec 2006 10:36:52 -0000      
1.2
@@ -3,7 +3,7 @@
 <form method="POST" action="{link}">
 
 <table border="0" align="center" cellspacing="1" cellpadding="1" width="60%">
-       <tr bgcolor="{th_bg}">
+       <tr class="th">
                <td colspan="2">&nbsp;</td>
        </tr>
 

Index: templates/base/preferences_index_order.tpl
===================================================================
RCS file: 
/sources/phpgroupware/felamimail/templates/base/preferences_index_order.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- templates/base/preferences_index_order.tpl  16 Dec 2006 21:50:31 -0000      
1.1
+++ templates/base/preferences_index_order.tpl  22 Dec 2006 10:36:52 -0000      
1.2
@@ -15,7 +15,7 @@
 <center>
 
 <table cellspacing=0 cellpadding=0 border=0>
-       <tr bgcolor="{th_bg}">
+       <tr class="th">
                <td colspan="7">&nbsp;</td>
        </tr>
 {tablerows}

Index: templates/base/preferences_translate.tpl
===================================================================
RCS file: 
/sources/phpgroupware/felamimail/templates/base/preferences_translate.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- templates/base/preferences_translate.tpl    16 Dec 2006 21:50:31 -0000      
1.1
+++ templates/base/preferences_translate.tpl    22 Dec 2006 10:36:52 -0000      
1.2
@@ -5,7 +5,7 @@
 {translate_intro}
 
 <table border="0" align="center" cellspacing="1" cellpadding="1" width="60%">
-       <tr bgcolor="{th_bg}">
+       <tr class="th">
                <td colspan="2">&nbsp;</td>
        </tr>
        <tr bgcolor="{tr_color1}">

Index: templates/base/view_message.tpl
===================================================================
RCS file: /sources/phpgroupware/felamimail/templates/base/view_message.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- templates/base/view_message.tpl     18 Dec 2006 20:03:33 -0000      1.3
+++ templates/base/view_message.tpl     22 Dec 2006 10:36:52 -0000      1.4
@@ -66,7 +66,7 @@
 
 <!-- BEGIN message_navbar -->
 <table border="0" cellpadding="1" cellspacing="0" width="100%">
-       <tr bgcolor="{th_bg}">
+       <tr class="th">
                <td width="50%">
                        {lang_back_to_folder}:&nbsp;<a class="head_link" 
href="{link_message_list}">{folder_name}</a>
                        &nbsp;|&nbsp;
@@ -77,7 +77,7 @@
                        {next_message}
                </td>
        </tr>
-       <tr bgcolor="{th_bg}">
+       <tr class="th">
                <td align="right" colspan="2">
                        <a class="head_link" href="{link_reply}">
                        <!-- <img src="{app_image_path}/sm_reply.gif" 
height="26" width="28" alt="{lang_reply}" border="0"> -->
@@ -105,7 +105,7 @@
 
 <!-- BEGIN message_navbar_print -->
 <table border="0" cellpadding="0" cellspacing="0" width="100%">
-       <tr bgcolor="{th_bg}">
+       <tr class="th">
                <td align="center">
                        <a 
href="javascript:window.print()">{lang_print_this_page}</a>
                </td>

Index: templates/linux-at-work.de/composeForm.tpl
===================================================================
RCS file: 
/sources/phpgroupware/felamimail/templates/linux-at-work.de/composeForm.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- templates/linux-at-work.de/composeForm.tpl  18 Dec 2006 20:03:33 -0000      
1.3
+++ templates/linux-at-work.de/composeForm.tpl  22 Dec 2006 10:36:52 -0000      
1.4
@@ -17,7 +17,7 @@
 <center>
 <form method="post" name="doit" action="{link_action}" 
ENCTYPE="multipart/form-data">
 <table width="98%" border="0" cellspacing="0" cellpading="1">
-<tr bgcolor="{th_bg}">
+<tr class="th">
        <td colspan="2">
                {lang_back_to_folder}:&nbsp;<a class="body_link" 
href="{link_message_list}">{folder_name}</a>
        </td>
@@ -133,7 +133,7 @@
 <!-- BEGIN attachment -->
 <br>
 <table width="95%" border="0" cellspacing="0" cellpading="0">
-<tr bgcolor="{th_bg}">
+<tr class="th">
        <td>
                <b>{lang_attachments}</b>
        </td>
@@ -175,7 +175,7 @@
 <!-- END attachment_row -->
 
 <!-- BEGIN attachment_row_bold -->
-<tr bgcolor="{th_bg}">
+<tr class="th">
        <td>
                <b>{name}</b>
        </td>




reply via email to

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