phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.42,1.43 hook_admin.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.42,1.43 hook_admin.inc.php,1.4,1.5
Date: Sat, 02 Nov 2002 20:03:08 -0500

Update of /cvsroot/phpgroupware/notes/inc
In directory subversions:/tmp/cvs-serv16251/notes/inc

Modified Files:
        class.ui.inc.php hook_admin.inc.php 
Log Message:
removed  var from hook_admin

Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/inc/class.ui.inc.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -r1.42 -r1.43
*** class.ui.inc.php    2 Nov 2002 21:33:41 -0000       1.42
--- class.ui.inc.php    3 Nov 2002 01:03:06 -0000       1.43
***************
*** 184,192 ****
                        }
  
                        $data = array
                        (
                                'appname'                                       
        => lang('notes'),
                                'function_msg'                                  
=> $function_msg,
!                               'form_action'                                   
=> $GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.edit&note_id=' . 
$note_id),
                                'done_action'                                   
=> $GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.index'),
                                'lang_content'                                  
=> lang('content'),
--- 184,198 ----
                        }
  
+                       $link_data = array
+                       (
+                               'menuaction'    => 'notes.ui.edit',
+                               'note_id'               => $note_id
+                       );
+ 
                        $data = array
                        (
                                'appname'                                       
        => lang('notes'),
                                'function_msg'                                  
=> $function_msg,
!                               'form_action'                                   
=> $GLOBALS['phpgw']->link('/index.php',$link_data),
                                'done_action'                                   
=> $GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.index'),
                                'lang_content'                                  
=> lang('content'),
***************
*** 220,224 ****
                        $link_data = array
                        (
!                               'menuaction'    => 'notes.ui.index'
                        );
  
--- 226,230 ----
                        $link_data = array
                        (
!                               'menuaction' => 'notes.ui.index'
                        );
  

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/inc/hook_admin.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** hook_admin.inc.php  19 Mar 2002 02:34:44 -0000      1.4
--- hook_admin.inc.php  3 Nov 2002 01:03:06 -0000       1.5
***************
*** 19,23 ****
                );
  
!               display_section($appname,$appname,$values);
        }
  ?>
--- 19,23 ----
                );
  
!               display_section($appname,$values);
        }
  ?>





reply via email to

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