BUG 0000 PM TABLES tweaks

- tweaks on Edit report
- icons size adjustment
- labels
This commit is contained in:
Erik Amaru Ortiz
2011-07-22 17:08:57 -04:00
parent d248f79754
commit 48f8a88adb
11 changed files with 52 additions and 76 deletions

View File

@@ -208,7 +208,7 @@ Ext.onReady(function(){
})
}, {
xtype: 'booleancolumn',
header: 'Null',
header: _('ID_NULL'),
dataIndex: 'field_null',
align: 'center',
width: 50,
@@ -219,10 +219,10 @@ Ext.onReady(function(){
}
}, {
xtype: 'booleancolumn',
header: 'Primary Key',
header: _('ID_PRIMARY_KEY'),
dataIndex: 'field_key',
align: 'center',
width: 50,
width: 80,
trueText: 'Yes',
falseText: 'No',
editor: {