phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.help.inc.php,1.2,1.3 class.he


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.help.inc.php,1.2,1.3 class.help_helper.inc.php,1.2,1.3
Date: Sun, 15 Dec 2002 20:19:59 -0500

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv16550

Modified Files:
        class.help.inc.php class.help_helper.inc.php 
Log Message:
update help system

Index: class.help.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.help.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.help.inc.php  1 Dec 2002 03:35:02 -0000       1.2
--- class.help.inc.php  16 Dec 2002 01:19:57 -0000      1.3
***************
*** 118,122 ****
                                        if($control != '' && $control_url != '')
                                        {
!                                               
$this->setvar($control,$GLOBALS['phpgw']->link($this->check_help_file($control_url)));
                                        }
                                        break;
--- 118,122 ----
                                        if($control != '' && $control_url != '')
                                        {
!                                               
$this->setvar($control,$this->check_help_file($control_url));
                                        }
                                        break;
***************
*** 148,155 ****
                        $control_array = array
                        (
!                               'intro'         => True,
!                               'note'          => True
                        );
  
                        if($this->up)
                        {
--- 148,158 ----
                        $control_array = array
                        (
!                               'intro'         => True
                        );
  
+                       if($this->app_intro)
+                       {
+                               $control_array['app_intro'] = True;
+                       }
                        if($this->up)
                        {
***************
*** 160,167 ****
                                $control_array['down'] = True;
                        }
!                       if($this->app_intro)
!                       {
!                               $control_array['app_intro'] = True;
!                       }
  
                        @reset($control_array);
--- 163,169 ----
                                $control_array['down'] = True;
                        }
!                       $control_array['note'] = True;
! 
!                       //_debug_array($control_array);
  
                        @reset($control_array);
***************
*** 174,181 ****
                                        $control_link[] = array
                                        (
!                                               'param_url'                     
=> $this->$param,
!                                               'link_img'                      
        => $GLOBALS['phpgw']->common->image('phpgwapi',$param.'_help'),
!                                               'img_width'                     
        => $image_width,
!                                               'lang_param_statustext' => 
lang($param)
                                        );
                                }
--- 176,183 ----
                                        $control_link[] = array
                                        (
!                                               'param_url'             => 
$this->$param,
!                                               'link_img'                      
=> $GLOBALS['phpgw']->common->image('phpgwapi',$param.'_help'),
!                                               'img_width'                     
=> $image_width,
!                                               'lang_param_title'      => 
lang($param)
                                        );
                                }

Index: class.help_helper.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.help_helper.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.help_helper.inc.php   1 Dec 2002 03:35:02 -0000       1.2
--- class.help_helper.inc.php   16 Dec 2002 01:19:57 -0000      1.3
***************
*** 54,58 ****
                                        $this->set_controls('app',$key,$value);
                                }
!                               $this->set_controls();
                        }
                }
--- 54,58 ----
                                        $this->set_controls('app',$key,$value);
                                }
!                               $this->set_controls('base');
                        }
                }




reply via email to

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