PM-556 Nombre de Process Category

Nombre de Process Category
This commit is contained in:
norahmollo
2014-10-16 14:12:36 -04:00
parent 2f803edbd9
commit 3e0e69a409

View File

@@ -124,7 +124,7 @@ Ext.onReady(function(){
url: 'processCategory_Ajax?action=saveNewCategory',
frame: true,
items:[
{xtype: 'textfield', fieldLabel: _('ID_CATEGORY_NAME'), name: 'category', width: 250, allowBlank: false}
{xtype: 'textfield', fieldLabel: _('ID_CATEGORY_NAME'), name: 'category', width: 250, maxLength :100, allowBlank: false}
],
buttons: [
{text: _('ID_SAVE'), handler: SaveNewCategory},
@@ -138,7 +138,7 @@ Ext.onReady(function(){
frame: true,
items:[
{xtype: 'textfield', name: 'cat_uid', hidden: true },
{xtype: 'textfield', fieldLabel: _('ID_CATEGORY_NAME'), name: 'category', width: 250, allowBlank: false}
{xtype: 'textfield', fieldLabel: _('ID_CATEGORY_NAME'), name: 'category', width: 250, maxLength :100, allowBlank: false}
],
buttons: [
{text: _('ID_SAVE'), handler: UpdateCategory},