.
This commit is contained in:
@ -386,7 +386,7 @@
|
||||
$('#dialog_fuvariables').val('');
|
||||
|
||||
$('#dialog_status .dialog-title span.title').text(alerttitle);
|
||||
$('#mask_bg').show();
|
||||
showmaskbg(true);
|
||||
$('#dialog_status')
|
||||
.css({
|
||||
'top': (document.documentElement.clientHeight - $('#dialog_status').height()) / 3,
|
||||
@ -426,7 +426,7 @@
|
||||
$('#dialog_fuvariables').val('');
|
||||
|
||||
$('#dialog_status .dialog-title span.title').text(GetTextByKey("P_WO_EDITSTATUS", 'Edit Status'));
|
||||
$('#mask_bg').show();
|
||||
showmaskbg(true);
|
||||
$('#dialog_status')
|
||||
.css({
|
||||
'top': (document.documentElement.clientHeight - $('#dialog_status').height()) / 3,
|
||||
@ -893,9 +893,6 @@
|
||||
</script>
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
|
||||
<div id="mask_bg" style="display: none; z-index: 500">
|
||||
<div class="loading c-spin"></div>
|
||||
</div>
|
||||
<div id="div_container">
|
||||
<ul id="ul_container" class="tab_header">
|
||||
<li data-href="tab_statussetting" onclick="reshowgrid();" class="selected" data-lgid="P_WO_STATUSSETTING">Status Setting</li>
|
||||
@ -1086,6 +1083,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="mask_bg" style="display: none;">
|
||||
<div class="loading c-spin"></div>
|
||||
</div>
|
||||
|
||||
<div class="dialog" id="dialog_status" style="display: none;">
|
||||
<div class="dialog-title"><span class="title" data-lgid="P_WO_ADDSTATUS">Add Status</span><em class="dialog-close"></em></div>
|
||||
@ -1191,7 +1191,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="onSaveStatus();" value="OK" data-lgid="P_UM_OK" tabindex="17" />
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user