2013-08-30 10:32:17 -04:00
|
|
|
Ext.onReady(function() {
|
|
|
|
|
|
|
|
|
|
var formLicenseLog = new Ext.FormPanel({
|
|
|
|
|
labelWidth : 60,
|
|
|
|
|
frame : true,
|
|
|
|
|
autoScroll: true,
|
|
|
|
|
monitorValid : true,
|
|
|
|
|
renderTo : 'bodyNoInsatalled',
|
|
|
|
|
title : _('ID_TITLE_NO_INSTALL'),
|
|
|
|
|
|
|
|
|
|
items:[
|
2017-05-31 12:11:58 -04:00
|
|
|
{html: messageError}
|
2013-08-30 10:32:17 -04:00
|
|
|
]
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
|