.
This commit is contained in:
@ -478,7 +478,7 @@
|
||||
$('#dialog_canopenwo').prop('checked', false);
|
||||
|
||||
$('#dialog_contact .dialog-title span.title').text(alerttitle);
|
||||
$('#mask_bg').show();
|
||||
showmaskbg(true);
|
||||
$('#dialog_contact')
|
||||
.css({
|
||||
'top': (document.documentElement.clientHeight - $('#dialog_contact').height()) / 3,
|
||||
@ -504,7 +504,7 @@
|
||||
$('#dialog_canopenwo').prop('checked', contact.CanOpenWO);
|
||||
|
||||
$('#dialog_contact .dialog-title span.title').text(GetTextByKey("P_CR_EDITCONTACT", 'Edit Contact'));
|
||||
$('#mask_bg').show();
|
||||
showmaskbg(true);
|
||||
$('#dialog_contact')
|
||||
.css({
|
||||
'top': (document.documentElement.clientHeight - $('#dialog_contact').height()) / 3,
|
||||
@ -803,7 +803,7 @@
|
||||
searchFollower(true);
|
||||
|
||||
$('#addfollowerpopupdialog .dialog-title span.title').text(alerttitle);
|
||||
$('#mask_bg').show();
|
||||
showmaskbg(true);
|
||||
$('#addfollowerpopupdialog')
|
||||
.css({
|
||||
'top': (document.documentElement.clientHeight - $('#addfollowerpopupdialog').height()) / 3,
|
||||
@ -901,11 +901,7 @@
|
||||
</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>
|
||||
<div id="dialogmask" class="maskbg" style="display: none; z-index: 500;">
|
||||
<div class="loading_icon icon c-spin"></div>
|
||||
</div>
|
||||
<div class="function_title">
|
||||
<%if (!CRReadOnly)
|
||||
{%>
|
||||
@ -1048,8 +1044,13 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="dialogmask" class="maskbg" style="display: none;">
|
||||
<div class="loading_icon icon c-spin"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="mask_bg" style="display: none; "><div class="loading c-spin"></div></div>
|
||||
<div class="dialog" id="dialog_contact" style="display: none;">
|
||||
<div class="dialog-title"><span class="title" data-lgid="P_CR_ADDCONTACT">Add Contact</span><em class="dialog-close"></em></div>
|
||||
<div class="dialog-content">
|
||||
@ -1114,7 +1115,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="onSaveContact();" value="OK" data-lgid="P_UM_OK" tabindex="17" />
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
@ -1132,7 +1133,7 @@
|
||||
<div id="salespersonlist" style="width: 650px; height: 400px; margin: 10px 0 4px"></div>
|
||||
</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="onSetSalesperson();" value="OK" data-lgid="P_UM_OK" tabindex="17" />
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user