Files
luos/workflow/engine/templates/installer/stopInstall.js
Paula Quispe 16f3afc6e7 HOR-3313
2017-05-31 12:11:58 -04:00

17 lines
327 B
JavaScript

Ext.onReady(function() {
var formLicenseLog = new Ext.FormPanel({
labelWidth : 60,
frame : true,
autoScroll: true,
monitorValid : true,
renderTo : 'bodyNoInsatalled',
title : _('ID_TITLE_NO_INSTALL'),
items:[
{html: messageError}
]
});
});