Added a message whe system have a mr pending

This commit is contained in:
Arturo Gonzalez 2017-03-16 19:18:42 +01:00
parent 831b5e2c7d
commit e713b843dc
1 changed files with 1 additions and 1 deletions

View File

@ -608,7 +608,7 @@ function install_package (package, homeurl) {
dialog_have_mr_text = dialog_have_mr_text + "<p style='font-family:Verdana; font-size:12pt;'>" + text2_mr_file + "<a style='font-family:Verdana bold; font-size:12pt; color:#82B92E'href=\"index.php?sec=extensions&sec2=godmode/agentes/planned_downtime.list\">" + text3_mr_file + "</a>" + text4_mr_file + "</p></div>"; dialog_have_mr_text = dialog_have_mr_text + "<p style='font-family:Verdana; font-size:12pt;'>" + text2_mr_file + "<a style='font-family:Verdana bold; font-size:12pt; color:#82B92E'href=\"index.php?sec=extensions&sec2=godmode/agentes/planned_downtime.list\">" + text3_mr_file + "</a>" + text4_mr_file + "</p></div>";
dialog_have_mr_text = dialog_have_mr_text + "</div>"; dialog_have_mr_text = dialog_have_mr_text + "</div>";
$('#mr_dialog2').html(dialog_have_mr_mr_text); $('#mr_dialog2').html(dialog_have_mr_text);
$('#mr_dialog2').dialog('open'); $('#mr_dialog2').dialog('open');
} }
else { else {