From 9d722f1cf8fd3d13d671df998314e78fe7061f2d Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 11 Apr 2011 20:55:20 +0000 Subject: [PATCH] Change title of links for all apps from Import & Export to Import CSV & Export CSV --- .../inc/class.importexport_admin_prefs_sidebox_hooks.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/importexport/inc/class.importexport_admin_prefs_sidebox_hooks.inc.php b/importexport/inc/class.importexport_admin_prefs_sidebox_hooks.inc.php index 44eb9132a3..08dc111d27 100644 --- a/importexport/inc/class.importexport_admin_prefs_sidebox_hooks.inc.php +++ b/importexport/inc/class.importexport_admin_prefs_sidebox_hooks.inc.php @@ -102,7 +102,7 @@ class importexport_admin_prefs_sidebox_hooks $file = array(); if($cache[$appname]['import']) { - $file['Import'] = array('link' => "javascript:egw_openWindowCentered2('". + $file['Import CSV'] = array('link' => "javascript:egw_openWindowCentered2('". egw::link('/index.php',array( 'menuaction' => 'importexport.importexport_import_ui.import_dialog', 'appname'=>$appname @@ -114,7 +114,7 @@ class importexport_admin_prefs_sidebox_hooks } if($cache[$appname]['export']) { - $file['Export'] = array('link' => "javascript:egw_openWindowCentered2('". + $file['Export CSV'] = array('link' => "javascript:egw_openWindowCentered2('". egw::link('/index.php',array( 'menuaction' => 'importexport.importexport_export_ui.export_dialog', 'appname'=>$appname