Change title of links for all apps from Import & Export to Import CSV & Export CSV

This commit is contained in:
Nathan Gray 2011-04-11 20:55:20 +00:00
parent a52f9ccc4d
commit 9d722f1cf8

View File

@ -102,7 +102,7 @@ class importexport_admin_prefs_sidebox_hooks
$file = array(); $file = array();
if($cache[$appname]['import']) if($cache[$appname]['import'])
{ {
$file['Import'] = array('link' => "javascript:egw_openWindowCentered2('". $file['Import CSV'] = array('link' => "javascript:egw_openWindowCentered2('".
egw::link('/index.php',array( egw::link('/index.php',array(
'menuaction' => 'importexport.importexport_import_ui.import_dialog', 'menuaction' => 'importexport.importexport_import_ui.import_dialog',
'appname'=>$appname 'appname'=>$appname
@ -114,7 +114,7 @@ class importexport_admin_prefs_sidebox_hooks
} }
if($cache[$appname]['export']) if($cache[$appname]['export'])
{ {
$file['Export'] = array('link' => "javascript:egw_openWindowCentered2('". $file['Export CSV'] = array('link' => "javascript:egw_openWindowCentered2('".
egw::link('/index.php',array( egw::link('/index.php',array(
'menuaction' => 'importexport.importexport_export_ui.export_dialog', 'menuaction' => 'importexport.importexport_export_ui.export_dialog',
'appname'=>$appname 'appname'=>$appname