.
This commit is contained in:
		| @@ -195,6 +195,22 @@ | ||||
|         var uid = '<%=IID%>'; | ||||
|         var IsSupperAdmin =<%=IsSupperAdmin ?"true":"false"%>; | ||||
|  | ||||
|         function showmaskbg1(flag, noanimation) { | ||||
|             if (window.parent && typeof window.parent.onmaskbg == 'function') { | ||||
|                 window.parent.onmaskbg(flag, noanimation); | ||||
|             } | ||||
|             $('#mask_bg').children().hide(); | ||||
|             if (noanimation) { | ||||
|                 $('#mask_bg').css('display', flag ? '' : 'none'); | ||||
|             } else { | ||||
|                 if (flag) { | ||||
|                     $('#mask_bg').fadeIn(100); | ||||
|                 } else { | ||||
|                     $('#mask_bg').fadeOut(100); | ||||
|                 } | ||||
|             } | ||||
|         } | ||||
|  | ||||
|         function requestFIC(service, method, param, callback, error) { | ||||
|             $.ajax({ | ||||
|                 url: _network.root + 'fic/fic/FICSvc.ashx?fmt=json&SN=' + Math.random(), | ||||
| @@ -508,7 +524,7 @@ | ||||
|                     <div id="tab_filter" data-page="tab_filter" style="display: none;"> | ||||
|                         <div style="margin: 9px 6px 20px"> | ||||
|                             <span class="title" data-lgid="P_XXXX">Filter Templates:</span> | ||||
|                             <select id="sel_filtertemplate" style="width: 300px;"></select> | ||||
|                             <select id="sel_filtertemplate" style="width: 300px; height: 20px;"></select> | ||||
|                             <span class="sbutton iconadd" onclick="onOpenFilterTemplate(0);" data-lgid="P_UM_ADD"></span> | ||||
|                             <span class="sbutton iconedit" onclick="onOpenFilterTemplate(1);" data-lgid="P_UM_EDIT"></span> | ||||
|                             <span class="sbutton iconcopy" onclick="onOpenFilterTemplate(2);" data-lgid="P_IPT_COPY"></span> | ||||
| @@ -571,7 +587,7 @@ | ||||
|             <div id="availablefilterassetgrouplist" style="height: 400px; width: 630px; 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="OnSetFilterSelectAssetGroups();" value="OK" data-lgid="P_UM_OK" tabindex="17" /> | ||||
|             <div class="clear"></div> | ||||
|         </div> | ||||
| @@ -589,7 +605,7 @@ | ||||
|             <div id="filteravailablejobsitelist" style="height: 400px; width: 630px; 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="OnSetFilterSelectJobSites();" value="OK" data-lgid="P_UM_OK" tabindex="17" /> | ||||
|         </div> | ||||
|         <div class="maskbg" style="display: none;"></div> | ||||
| @@ -606,7 +622,7 @@ | ||||
|             <div id="filteravailableassettypelist" style="height: 400px; width: 630px; 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="OnSetFilterSelectAssetTypes();" value="OK" data-lgid="P_UM_OK" tabindex="17" /> | ||||
|         </div> | ||||
|         <div class="maskbg" style="display: none;"></div> | ||||
| @@ -624,7 +640,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="OnSetFilterTemplate();" value="OK" data-lgid="P_UM_OK" tabindex="17" /> | ||||
|         </div> | ||||
|         <div class="maskbg" style="display: none;"></div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user