diff --git a/views/default.handlebars b/views/default.handlebars index 61c365e5..88947859 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -1380,8 +1380,8 @@
- - + +
@@ -8561,7 +8561,7 @@ x += addHtmlValue("Alt Shell", ''); x += addHtmlValue("Working Dir", ''); x += MoreEnd(); - setDialogMode(2, "RDP Credentials", 3, askRdpCredentialsEx, x); + setDialogMode(2, "RDP Credentials", 19, askRdpCredentialsEx, x); } function askRdpCredentialsValidate() { @@ -16865,7 +16865,6 @@ // Reset dialog size QS('dialog').width = QS('dialog').top = QS('dialog').left = QS('dialog').right = QS('dialog').bottom = null; - MoreToggle(false); QE('idx_dlgOkButton', true); QV('idx_dlgOkButton', b & 1); @@ -16874,11 +16873,12 @@ QV('id_dialogclose', (b & 2) || (b & 8)); QV('idx_dlgDeleteButton', b & 4); QV('idx_dlgButtonBar', b & 7); + QV('idx_dlgMoreButtons', b & 16); if (y) QH('id_dialogtitle', y); for (var i = 1; i < 24; i++) { QV('dialog' + i, i == x); } // Edit this line when more dialogs are added QV('dialog', x); if (c) { if (x == 2) { QH('id_dialogOptions', c); } else { QH('id_dialogMessage', c); } } - QV('idx_dlgMoreButtons', (Q('morexxx3') != null)); + MoreToggle(false); } function dialogclose(x) { @@ -17480,9 +17480,9 @@ function AddButton(v, f) { return ''; } function AddButton2(v, f) { return ''; } function AddRefreshButton(f) { return ''; } - function MoreStart() { return '