mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Change title of links for all apps from Import & Export to Import CSV & Export CSV
This commit is contained in:
parent
a52f9ccc4d
commit
9d722f1cf8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user