FBI-2362: Create/complete missing labels on version 3.2.2
This commit is contained in:
@@ -15,14 +15,14 @@ var synchronizeGroupsLDAPADV = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
var synchronizeDepartmentsButtonLDAPADV = new Ext.Action({
|
var synchronizeDepartmentsButtonLDAPADV = new Ext.Action({
|
||||||
text: 'Synchronize Departments',
|
text: _('ID_DEPARTMENTS_SYNCHRONIZE'),
|
||||||
iconCls: 'ICON_DEPARTAMENTS',
|
iconCls: 'ICON_DEPARTAMENTS',
|
||||||
disabled: true,
|
disabled: true,
|
||||||
handler: synchronizeDepartmentsLDAPADV
|
handler: synchronizeDepartmentsLDAPADV
|
||||||
});
|
});
|
||||||
|
|
||||||
var synchronizeGroupsButtonLDAPADV = new Ext.Action({
|
var synchronizeGroupsButtonLDAPADV = new Ext.Action({
|
||||||
text: 'Synchronize Groups',
|
text: _('ID_GROUPS_SYNCHRONIZE'),
|
||||||
iconCls: 'ICON_GROUPS',
|
iconCls: 'ICON_GROUPS',
|
||||||
disabled: true,
|
disabled: true,
|
||||||
handler: synchronizeGroupsLDAPADV
|
handler: synchronizeGroupsLDAPADV
|
||||||
|
|||||||
Reference in New Issue
Block a user