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',
id:'skinAuthor',
emptyText :'ProcessMaker Team',
value :'ProcessMaker Team',
emptyText : _('ID_SKIN_TEAM'),
value : _('ID_SKIN_TEAM'),
allowBlank: false,
width:200,
fieldLabel:_('ID_AUTHOR')