.
This commit is contained in:
@ -73,18 +73,6 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#dialog_machinegroup {
|
||||
z-index: 500;
|
||||
width: 870px;
|
||||
top: 60px;
|
||||
left: 150px;
|
||||
}
|
||||
|
||||
.inputbox {
|
||||
width: 500px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.group_table .main_table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
@ -244,7 +232,7 @@
|
||||
}
|
||||
|
||||
function ShowDialog(type) {
|
||||
$('#mask_bg').show();
|
||||
showmaskbg(true);
|
||||
$('#dialog_jobsitelimit')
|
||||
.attr('act', type)
|
||||
.showDialogRight1(450);
|
||||
@ -488,7 +476,7 @@
|
||||
});
|
||||
|
||||
$('#dialog_subscribecontacts').dialog(function () {
|
||||
$('#mask_bg').hide();
|
||||
showmaskbg(false);
|
||||
});
|
||||
$('#btnsubscribefilter').click(getMatchAvailableContacts);
|
||||
$('#chk_showallassignedcontacts').click(getMatchSelectedContacts);
|
||||
@ -523,12 +511,12 @@
|
||||
|
||||
var title = GetTextByKey("P_M3_SUBSCRIBECONTACTS", "Subscribe Contacts");
|
||||
$('#dialog_subscribecontacts .dialog-title span.title').html(title);
|
||||
$('#mask_bg').show();
|
||||
showmaskbg(true);
|
||||
$('#dialog_subscribecontacts')
|
||||
.css({
|
||||
'top': (document.documentElement.clientHeight - $('#dialog_subscribecontacts').height()) / 5,
|
||||
'left': (document.documentElement.clientWidth - $('#dialog_subscribecontacts').width()) / 2
|
||||
}).showDialog();
|
||||
}).showDialogfixed();
|
||||
|
||||
GetSelectedContacts();
|
||||
}
|
||||
@ -841,9 +829,6 @@
|
||||
</div>
|
||||
|
||||
<div class="dialog" id="dialog_subscribecontacts" style="display: none;">
|
||||
<div id="subscribedialogmask" class="maskbg" style="display: none; z-index: 1;">
|
||||
<div class="loading_icon icon c-spin"></div>
|
||||
</div>
|
||||
<div class="dialog-title"><span class="title" data-lgid="P_M3_SUBSCRIBECONTACTS">Subscribe Contacts</span><em class="dialog-close"></em></div>
|
||||
|
||||
<div class="machine_filter">
|
||||
@ -886,6 +871,9 @@
|
||||
<input type="button" onclick="OnSaveSubscribeContacts();" value="OK" data-lgid="P_M3_OK" tabindex="46" />
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div id="subscribedialogmask" class="maskbg" style="display: none; ">
|
||||
<div class="loading_icon icon c-spin"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</asp:Content>
|
||||
|
Reference in New Issue
Block a user