From b3ac9e60fea2efa3ee8096b54ac325cd84e115a3 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Fri, 28 Jan 2011 19:54:52 +0000 Subject: [PATCH] Remove Import/Export links, framework adds them now --- .../inc/class.addressbook_hooks.inc.php | 29 ------------------- 1 file changed, 29 deletions(-) diff --git a/addressbook/inc/class.addressbook_hooks.inc.php b/addressbook/inc/class.addressbook_hooks.inc.php index 32ae71d1c9..c113c0129d 100644 --- a/addressbook/inc/class.addressbook_hooks.inc.php +++ b/addressbook/inc/class.addressbook_hooks.inc.php @@ -38,35 +38,6 @@ class addressbook_hooks 'CSV-Import' => egw::link('/addressbook/csv_import.php') ); display_sidebox($appname,lang('Addressbook menu'),$file); - - if($GLOBALS['egw_info']['user']['apps']['importexport'] && importexport_helper_functions::get_plugins($appname)) { - $file = array(); - if(importexport_helper_functions::get_plugins($appname, 'import')) - { - $file['Import'] = array('link' => "javascript:egw_openWindowCentered2('". - egw::link('/index.php',array( - 'menuaction' => 'importexport.importexport_import_ui.import_dialog', - 'appname'=>$appname - ),false)."','_blank',500,220,'yes')", - 'icon' => 'import', - 'app' => 'importexport', - 'text' => 'import' - ); - } - if(importexport_helper_functions::get_plugins($appname, 'export')) - { - $file['Export'] = array('link' => "javascript:egw_openWindowCentered2('". - egw::link('/index.php',array( - 'menuaction' => 'importexport.importexport_export_ui.export_dialog', - 'appname'=>$appname - ),false)."','_blank',850,440,'yes')", - 'icon' => 'export', - 'app' => 'importexport', - 'text' => 'export' - ); - } - if($file) display_sidebox($appname,lang('importexport'),$file); - } } if ($GLOBALS['egw_info']['user']['apps']['preferences'] && $location != 'admin')