BUG 6697 SOLVED.

Improve User List
This commit is contained in:
Enrique Ponce De Leon
2011-04-08 17:42:56 -04:00
parent 9c99e11942
commit 6b7d1fa759
6 changed files with 168 additions and 24 deletions

View File

@@ -310,6 +310,7 @@ Ext.onReady(function(){
valueField:'AUTH_SOURCE_UID',
allowBlank: false,
submitValue: true,
width: 350,
//hiddenValue: 'AUTH_SOURCE_UID',
triggerAction: 'all',
emptyText: _('ID_SELECT_AUTH_SOURCE'),
@@ -329,7 +330,7 @@ Ext.onReady(function(){
xtype: 'textfield',
fieldLabel: _('ID_AUTHENTICATION_DN'),
name: 'auth_dn',
width: 350,
width: 380,
allowBlank: true,
enableKeyEvents: true,
listeners: {keyup: function(f,e){ ReportChanges(); }}