self._errorDialog.innerHTML='<span class="ui-icon ui-icon-info" style="float: right;" title="The error message. This might not be human readable. If this issue persists you should should contact your administrator."></span>'+
self._errorDialog.innerHTML='<span class="ui-icon ui-icon-info" style="float: right;" title="The error message. This might not be human readable. If this issue persists you should should contact your administrator."></span>'+
...
@@ -338,6 +354,9 @@ GuiConnector.prototype.alert = function (error, redirectIfSecurityError) {
...
@@ -338,6 +354,9 @@ GuiConnector.prototype.alert = function (error, redirectIfSecurityError) {
height:'auto',
height:'auto',
width:'500px',
width:'500px',
modal:true,
modal:true,
close:function(){
$(this).dialog('destroy').remove();
},
buttons:{
buttons:{
'Submit':function (){
'Submit':function (){
varreport={
varreport={
...
@@ -351,10 +370,10 @@ GuiConnector.prototype.alert = function (error, redirectIfSecurityError) {
...
@@ -351,10 +370,10 @@ GuiConnector.prototype.alert = function (error, redirectIfSecurityError) {