Dialog height reduced & remove js minify maps
Provide better support for lower resolution devices (buttons became hidden in tall dialogs). Remove references to JavaScript minification source maps which aren't deployed and caused confusion.
This commit is contained in:
@@ -257,7 +257,7 @@
|
||||
modal: true,
|
||||
autoOpen: false,
|
||||
width: 750,
|
||||
height: 620,
|
||||
height: 580,
|
||||
buttons: {
|
||||
"Save Changes": saveChanges,
|
||||
Cancel: cancel
|
||||
|
||||
@@ -989,7 +989,7 @@ WriteLiteral(" <script>\r\n
|
||||
"izable: false,\r\n modal: t" +
|
||||
"rue,\r\n autoOpen: false,\r\n" +
|
||||
" width: 750,\r\n " +
|
||||
" height: 620,\r\n " +
|
||||
" height: 580,\r\n " +
|
||||
" buttons: {\r\n " +
|
||||
" \"Save Changes\": saveChanges,\r\n " +
|
||||
" Cancel: cancel\r\n " +
|
||||
|
||||
@@ -294,7 +294,7 @@
|
||||
function init() {
|
||||
hostDialogSessions.dialog({
|
||||
modal: true,
|
||||
height: 664,
|
||||
height: 574,
|
||||
width: 900,
|
||||
resizable: false,
|
||||
autoOpen: false
|
||||
|
||||
@@ -447,7 +447,7 @@ WriteLiteral(")\';\r\n\r\n function pageViewModel() {\r\n var
|
||||
"ult:\r\n session.messages.unshift(log);\r\n " +
|
||||
" }\r\n }\r\n }\r\n }\r\n function init() {\r" +
|
||||
"\n hostDialogSessions.dialog({\r\n modal: true,\r\n " +
|
||||
" height: 664,\r\n width: 900,\r\n resizable: fa" +
|
||||
" height: 574,\r\n width: 900,\r\n resizable: fa" +
|
||||
"lse,\r\n autoOpen: false\r\n });\r\n //hostDialog" +
|
||||
"SessionsProgress.progressbar();\r\n\r\n // Create View Model\r\n " +
|
||||
" vm = new pageViewModel();\r\n $.ajax({\r\n url: \'");
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
modal: true,
|
||||
autoOpen: false,
|
||||
width: 780,
|
||||
height: 650,
|
||||
height: 540,
|
||||
buttons: {
|
||||
"Save": save,
|
||||
Cancel: cancel
|
||||
@@ -566,7 +566,7 @@
|
||||
modal: true,
|
||||
autoOpen: false,
|
||||
width: 750,
|
||||
height: 620,
|
||||
height: 560,
|
||||
buttons: {
|
||||
"Save Changes": saveChanges,
|
||||
Cancel: cancel
|
||||
|
||||
@@ -568,7 +568,7 @@ WriteLiteral(" </div>\r\n
|
||||
" resizable: false,\r\n " +
|
||||
" modal: true,\r\n autoOpen: f" +
|
||||
"alse,\r\n width: 780,\r\n " +
|
||||
" height: 650,\r\n " +
|
||||
" height: 540,\r\n " +
|
||||
" buttons: {\r\n \"Save\": save,\r" +
|
||||
"\n Cancel: cancel\r\n " +
|
||||
" }\r\n });\r\n\r\n " +
|
||||
@@ -1741,7 +1741,7 @@ WriteLiteral(" <script>\r\n (function
|
||||
" resizable: false,\r\n " +
|
||||
" modal: true,\r\n autoOpen: " +
|
||||
"false,\r\n width: 750,\r\n " +
|
||||
" height: 620,\r\n butto" +
|
||||
" height: 560,\r\n butto" +
|
||||
"ns: {\r\n \"Save Changes\": saveChanges,\r" +
|
||||
"\n Cancel: cancel\r\n " +
|
||||
" }\r\n });\r\n\r\n " +
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
modal: true,
|
||||
autoOpen: false,
|
||||
width: 780,
|
||||
height: 650,
|
||||
height: 540,
|
||||
buttons: {
|
||||
"Save": save,
|
||||
Cancel: cancel
|
||||
|
||||
@@ -599,7 +599,7 @@ WriteLiteral(" </div>\r\n
|
||||
" resizable: false,\r\n " +
|
||||
" modal: true,\r\n autoOpen: f" +
|
||||
"alse,\r\n width: 780,\r\n " +
|
||||
" height: 650,\r\n " +
|
||||
" height: 540,\r\n " +
|
||||
" buttons: {\r\n \"Save\": save,\r" +
|
||||
"\n Cancel: cancel\r\n " +
|
||||
" }\r\n });\r\n\r\n " +
|
||||
|
||||
Reference in New Issue
Block a user