FBI-2362: Create/complete missing labels on version 3.2.2

This commit is contained in:
Rodrigo Quelca
2018-04-25 19:39:19 +00:00
parent ca4ff3b26c
commit aa6e34bd8b

View File

@@ -15,14 +15,14 @@ var synchronizeGroupsLDAPADV = function() {
};
var synchronizeDepartmentsButtonLDAPADV = new Ext.Action({
text: 'Synchronize Departments',
text: _('ID_DEPARTMENTS_SYNCHRONIZE'),
iconCls: 'ICON_DEPARTAMENTS',
disabled: true,
handler: synchronizeDepartmentsLDAPADV
});
var synchronizeGroupsButtonLDAPADV = new Ext.Action({
text: 'Synchronize Groups',
text: _('ID_GROUPS_SYNCHRONIZE'),
iconCls: 'ICON_GROUPS',
disabled: true,
handler: synchronizeGroupsLDAPADV