HOR-24-3018 "Content in the response message box needs..." SOLVED

This commit is contained in:
Luis Fernando Saisa Lopez
2016-01-27 12:00:33 -04:00
parent bfd1d99739
commit 6d470d872f

View File

@@ -86,9 +86,9 @@ Ext.onReady(function(){
Ext.MessageBox.show({
title: '',
width: 500,
height: 500,
msg: "<pre style='font-size:10px'>"+resp.result.msg+"</pre>",
width: 510,
height: 300,
msg: "<div style=\"overflow: auto; width: 439px; height: 200px;\">" + stringReplace("\\x0A", "<br />", resp.result.msg) + "</div>",
buttons: Ext.MessageBox.OK,
animEl: 'mb9',
fn: function(){},