[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /**************************************************************************\ 3 * eGroupWare - Bookmarks * 4 * http://www.egroupware.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 /* $Id: hook_preferences.inc.php 19419 2005-10-14 16:24:39Z ralfbecker $ */ 12 13 $file = array( 14 'Import Bookmarks' => $GLOBALS['egw']->link('/index.php','menuaction=bookmarks.ui.import'), 15 'Export Bookmarks' => $GLOBALS['egw']->link('/index.php','menuaction=bookmarks.ui.export'), 16 'Grant Access' => $GLOBALS['egw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname), 17 'Edit Categories' => $GLOBALS['egw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app=' . $appname . '&cats_level=True&global_cats=True') 18 ); 19 display_section('bookmarks','Bookmarks',$file); 20 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |