PM-2973: Fourth migration ldapAdvanced

This commit is contained in:
Paula V. Quispe
2015-06-15 17:12:59 -04:00
parent 3e4e5582ad
commit 0cc89a62f9
7 changed files with 536 additions and 6 deletions

View File

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