BUG 6947 No translation ID available for "Import XPDL" button
This issue was fixed, the labes was added
This commit is contained in:
@@ -33,7 +33,7 @@ $oHeadPublisher =& headPublisher::getSingleton();
|
||||
'ID_STATUS', 'ID_ACTIVATE', 'ID_DEACTIVATE',
|
||||
'ID_SELECT', 'ID_NO_SELECTION_WARNING', 'ID_MSG_REMOVE_PLUGIN',
|
||||
'ID_TITLE', 'ID_VERSION', 'ID_STATUS', 'ID_TITLE', 'ID_VERSION', 'ID_DESCRIPTION',
|
||||
'ID_STATUS', 'ID_PLUGIN_CANT_DELETE'
|
||||
'ID_STATUS', 'ID_PLUGIN_CANT_DELETE', 'ID_XPDL_IMPORT'
|
||||
));
|
||||
$oHeadPublisher->assign('TRANSLATIONS', $translations);
|
||||
G::RenderPage('publish', 'extJs');
|
||||
|
||||
@@ -233,7 +233,7 @@ Ext.onReady(function(){
|
||||
icon: '/images/import.gif',
|
||||
handler:importProcess
|
||||
},{
|
||||
text:'Import XPDL',
|
||||
text:TRANSLATIONS.ID_XPDL_IMPORT,
|
||||
iconCls: 'silk-add',
|
||||
icon: '/images/import.gif',
|
||||
handler:importXPDLProcess
|
||||
|
||||
Reference in New Issue
Block a user