Merge pull request #1710 from norahmollo/master

DocSystem - New Skin, label added
This commit is contained in:
julceslauhub
2013-05-09 14:12:25 -07:00

View File

@@ -475,8 +475,8 @@ newSkin = function(){
{ {
xtype:'textfield', xtype:'textfield',
id:'skinAuthor', id:'skinAuthor',
emptyText :'ProcessMaker Team', emptyText : _('ID_SKIN_TEAM'),
value :'ProcessMaker Team', value : _('ID_SKIN_TEAM'),
allowBlank: false, allowBlank: false,
width:200, width:200,
fieldLabel:_('ID_AUTHOR') fieldLabel:_('ID_AUTHOR')