phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sync/inc/hook_preferences.inc.php, 1.1


From: nomail
Subject: [Phpgroupware-cvs] sync/inc/hook_preferences.inc.php, 1.1
Date: Sun, 23 May 2004 14:14:37 -0000

Update of /sync/inc
Added Files:
        Branch: 
          hook_preferences.inc.php

date: 2004/04/29 12:17:52;  author: mleonhardt;  state: Exp;

Log Message:
- hooks for sync preferences and admin
- extended ui with:
  - user can delete their syncdevices
  - user can set the conflicthandling for each source in preferences
=====================================================================
<?php
 /**
  * Preferences Hook for synchronization module 
  *
  * @author      Matthias Leonhardt <address@hidden>
  * @author      Markus Kämmerer <address@hidden>
  * @copyright   Copyright (C) 2004 Free Software Foundation http://www.fsf.org/
  * @license     http://www.fsf.org/licenses/gpl.html GNU General Public License
  * @package     sync
  * @subpackage  setup
  * @version     $Id: hook_preferences.inc.php,v 1.1 2004/04/29 12:17:52 
mleonhardt Exp $ 
  */

        {
// Only Modify the $file and $title variables.....

                $title = $appname;
                $file = Array
                (
                        'Preferences'     => 
$GLOBALS['phpgw']->link('/index.php',"menuaction=$appname.ui_sync.preferences"),
                );

//Do not modify below this line
                display_section($appname,$title,$file);
        }
?>




reply via email to

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