phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: todo/inc class.ui.inc.php,1.2.2.6,1.2.2.7


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: todo/inc class.ui.inc.php,1.2.2.6,1.2.2.7
Date: Sat, 09 Mar 2002 17:06:41 -0500

Update of /cvsroot/phpgroupware/todo/inc
In directory subversions:/tmp/cvs-serv6578

Modified Files:
      Tag: Version-0_9_14-branch
        class.ui.inc.php 
Log Message:
update colors

Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/inc/class.ui.inc.php,v
retrieving revision 1.2.2.6
retrieving revision 1.2.2.7
diff -C2 -r1.2.2.6 -r1.2.2.7
*** class.ui.inc.php    21 Feb 2002 03:13:00 -0000      1.2.2.6
--- class.ui.inc.php    9 Mar 2002 22:06:39 -0000       1.2.2.7
***************
*** 174,178 ****
                                if ($level == 0)
                                {
!                                       $title = '<font color="FF0000"><b>' . 
$title . '</b></font>';
                                }
                                else
--- 174,178 ----
                                if ($level == 0)
                                {
!                                       $title = '<font color="0000EE"><b>' . 
$title . '</b></font>';
                                }
                                else
***************
*** 187,191 ****
                                        case 1: $pri = lang('Low'); break;
                                        case 2: $pri = '<b>' . lang('normal') . 
'</b>'; break;
!                                       case 3: $pri = '<font color="CC0000">' 
. lang('high') . '</font>'; break;
                                }
  
--- 187,191 ----
                                        case 1: $pri = lang('Low'); break;
                                        case 2: $pri = '<b>' . lang('normal') . 
'</b>'; break;
!                                       case 3: $pri = '<font 
color="CC0000"><b>' . lang('high') . '</b></font>'; break;
                                }
  
***************
*** 206,210 ****
                                        if (($currentdate >= $datedue) && 
($todo_list[$i]['status'] < 100))
                                        {
!                                               $datedueout =  '<font 
color="CC0000">';
                                        }
                                        else
--- 206,210 ----
                                        if (($currentdate >= $datedue) && 
($todo_list[$i]['status'] < 100))
                                        {
!                                               $datedueout =  '<font 
color="CC0000"><b>';
                                        }
                                        else
***************
*** 216,229 ****
                                        if ($currentdate >= $datedue)
                                        {
!                                               $datedueout .= '</font>';
                                        }
                                }
  
- //                            $cached_data = 
$this->bo->cached_accounts($todo_list[$i]['owner']);
- 
-                               $ownerout = $todo_list[$i]['owner']; 
//$phpgw->strip_html($cached_data[$todo_list[$i]['owner']]['account_lid']
- //                                    . ' <' . 
$cached_data[$todo_list[$i]['owner']]['firstname'] . ' '
- //                                    . 
$cached_data[$todo_list[$i]['owner']]['lastname'] . '>');
- 
  // --------------- template declaration for list records 
-------------------------------------
  
--- 216,223 ----
                                        if ($currentdate >= $datedue)
                                        {
!                                               $datedueout .= '</b></font>';
                                        }
                                }
  
  // --------------- template declaration for list records 
-------------------------------------
  
***************
*** 442,446 ****
                                case 1: $pri = lang('Low'); break;
                                case 2: $pri = lang('normal'); break;
!                               case 3: $pri = '<font color="CC0000">' . 
lang('high') . '</font>'; break;
                        }
  
--- 436,440 ----
                                case 1: $pri = lang('Low'); break;
                                case 2: $pri = lang('normal'); break;
!                               case 3: $pri = '<font color="CC0000"><b>' . 
lang('high') . '</b></font>'; break;
                        }
  




reply via email to

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