phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.accounts_shared.inc.php, 1.48.2.2.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] phpgwapi/inc class.accounts_shared.inc.php, 1.48.2.2.2.17, 1.48.2.2.2.18
Date: Thu, 23 Oct 2003 15:25:35 +0000

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.accounts_shared.inc.php 
Log Message:
update for accountmaster

Index: class.accounts_shared.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.accounts_shared.inc.php,v
retrieving revision 1.48.2.2.2.17
retrieving revision 1.48.2.2.2.18
diff -C2 -d -r1.48.2.2.2.17 -r1.48.2.2.2.18
*** class.accounts_shared.inc.php       23 Aug 2003 00:31:45 -0000      
1.48.2.2.2.17
--- class.accounts_shared.inc.php       23 Oct 2003 15:25:33 -0000      
1.48.2.2.2.18
***************
*** 5,13 ****
        *        and Bettina Gille address@hidden                          *
        * shared functions for other account repository managers                
   *
!       * Copyright (C) 2000 - 2002 Joseph Engo                                 
   *
!       * Copyright (C) 2003 Joseph Engo, Bettina Gille                         
   *
!       * 
-------------------------------------------------------------------------*
        * This library is part of the phpGroupWare API                          
   *
        * http://www.phpgroupware.org                                           
   * 
        * 
------------------------------------------------------------------------ *
        * This library is free software; you can redistribute it and/or modify 
it  *
--- 5,13 ----
        *        and Bettina Gille address@hidden                          *
        * shared functions for other account repository managers                
   *
!       * Copyright 2000 - 2003 Free Software Foundation, Inc                   
   *
!       * 
------------------------------------------------------------------------ *
        * This library is part of the phpGroupWare API                          
   *
        * http://www.phpgroupware.org                                           
   * 
+       * This program is part of the GNU project, see http://www.gnu.org/      
   *
        * 
------------------------------------------------------------------------ *
        * This library is free software; you can redistribute it and/or modify 
it  *
***************
*** 332,335 ****
--- 332,342 ----
                                case 'admin':
                                        $action = 
'admin.uiaccounts.accounts_popup';
+                                       
$GLOBALS['phpgw']->template->set_var('select_name',"account_user[]']");
+                                       
$GLOBALS['phpgw']->template->set_var('js_function','ExchangeAccountSelect');
+                                       
$GLOBALS['phpgw']->template->set_var('lang_perm',lang('group name'));
+                                       
$GLOBALS['phpgw']->template->fp('iother','other_intro',True);
+                                       break;
+                               case 'admin_acl':
+                                       $action = 
'admin.uiaclmanager.accounts_popup';
                                        
$GLOBALS['phpgw']->template->set_var('select_name',"account_user[]']");
                                        
$GLOBALS['phpgw']->template->set_var('js_function','ExchangeAccountSelect');





reply via email to

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