.
This commit is contained in:
		| @@ -164,7 +164,7 @@ | ||||
|                 reset: GetTextByKey("P_GRID_RESET", "Reset") | ||||
|             }; | ||||
|             var list_columns = [ | ||||
|                 { name: 'Selected', caption: "", valueIndex: 'Selected', type: 3, css: { 'width': 30, 'text-align': 'center' } }, | ||||
|                 { name: 'Selected', caption: "", valueIndex: 'Selected', type: 3, css: { 'width': 45, 'text-align': 'center' } }, | ||||
|                 { name: 'Value', caption: GetTextByKey("P_AM_ALERTTYPE", "Alert Type"), valueIndex: 'Value', css: { 'width': 300, 'text-align': 'left' } } | ||||
|             ]; | ||||
|             var columns = []; | ||||
| @@ -470,7 +470,7 @@ | ||||
|             $('#dialog_desc').val(""); | ||||
|  | ||||
|             $('#dialog_wogenerator .dialog-title span.title').text(alerttitle); | ||||
|             $('#mask_bg').show(); | ||||
|             showmaskbg(true); | ||||
|             $('#dialog_wogenerator') | ||||
|                 .css({ | ||||
|                     'top': (document.documentElement.clientHeight - $('#dialog_wogenerator').height()) / 3, | ||||
| @@ -505,7 +505,7 @@ | ||||
|             } | ||||
|  | ||||
|             $('#dialog_wogenerator .dialog-title span.title').text(GetTextByKey("P_AM_EDITWORKORDERGENERATOR", 'Edit Work Order Generator')); | ||||
|             $('#mask_bg').show(); | ||||
|             showmaskbg(true); | ||||
|             $('#dialog_wogenerator') | ||||
|                 .css({ | ||||
|                     'top': (document.documentElement.clientHeight - $('#dialog_wogenerator').height()) / 3, | ||||
| @@ -776,7 +776,7 @@ | ||||
|             </table> | ||||
|         </div> | ||||
|         <div class="dialog-func"> | ||||
|             <input type="button" value="Cancel" data-lgid="P_UM_CANCEL" class="dialog-close" tabindex="18" style="height: 26px;" /> | ||||
|             <input type="button" value="Cancel" data-lgid="P_UM_CANCEL" class="dialog-close" tabindex="18" style="height: unset;" /> | ||||
|             <input type="button" onclick="onSaveWorkOrderGenerator();" value="OK" data-lgid="P_UM_OK" tabindex="17" /> | ||||
|             <div style="clear: both;"></div> | ||||
|         </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user