sync
This commit is contained in:
		| @@ -89,11 +89,11 @@ | ||||
|  | ||||
|         function showRightPopup(state) { | ||||
|             if (state) { | ||||
|                 showmaskbg(true); | ||||
|                 $("#mask_bg_left").show(); | ||||
|                 $("#right_popup").css("left", $("#set_left").width()).show(); | ||||
|             } | ||||
|             else { | ||||
|                 showmaskbg(false); | ||||
|                 $("#mask_bg_left").hide(); | ||||
|                 $("#right_popup").hide(); | ||||
|             } | ||||
|         } | ||||
| @@ -167,7 +167,7 @@ | ||||
|                 } | ||||
|                 var items = [{ ID: 'templates/0', Title: GetTextByKey("P_DRAFT", "Draft") }, | ||||
|                 { ID: 'templates/1', Title: GetTextByKey("P_PUBLISHED", "Published") }, | ||||
|                 { ID: 'layouts/0', Title: GetTextByKey("P_LAYOUTS", "Layouts") }]; | ||||
|                 { ID: 'layouts/1', Title: GetTextByKey("P_LAYOUTS", "Layouts") }]; | ||||
|                 createSubMenus(items); | ||||
|  | ||||
|                 var left = $(this).offset().left; | ||||
| @@ -262,7 +262,7 @@ | ||||
|                 {%> | ||||
|             <li id="nav_temparrow"> | ||||
|                 <div class="icn expand"></div> | ||||
|                 <span id="span_tempdesign" class="subitem"  data-lgid="P_XXX" style="margin-left: 15px; font-weight: bold;">Template Design</span> | ||||
|                 <span id="span_tempdesign" class="subitem"  data-lgid="P_TEMPLATEDESIGN" style="margin-left: 15px; font-weight: bold;">Template Design</span> | ||||
|             </li> | ||||
|             <%} %> | ||||
|  | ||||
| @@ -337,11 +337,13 @@ | ||||
|         <div class="trigle" style="left: -12px; right: auto;"></div> | ||||
|         <div class="trigle white" style="left: -12px; right: auto;"></div> | ||||
|     </div> | ||||
|  | ||||
|     <div id="mask_bg" style="display: none;"></div> | ||||
|     <div id="right_popup" style="display: none; position: absolute; left: 250px; top: 0; right: 0; bottom: 0; background-color: white; overflow: auto;"> | ||||
|      | ||||
|     <div id="mask_bg_left" class="maskbg" style="display: none;"> | ||||
|     </div> | ||||
|     <div id="right_popup1" style="display: none; position: absolute; left: 250px; top: 0; right: 0; bottom: 0; background-color: white; overflow: auto;"></div> | ||||
|     <iframe id="ifdiv" style="position: absolute; top: -9999px; height: 1px; width: 1px; border: 0; display: none;"></iframe> | ||||
|     <div id="right_popup" style="display: none; position: absolute; left: 250px; top: 0; right: 0; bottom: 0; background-color: white; overflow: auto; z-index: 3;"> | ||||
|     </div> | ||||
|     <div id="right_popup1" style="display: none; position: absolute; left: 250px; top: 0; right: 0; bottom: 0; background-color: white; overflow: auto; z-index: 3;"></div> | ||||
|     <iframe id="ifdiv" style="position: absolute; top: -9999px; height: 1px; width: 1px; border: 0; display: none; z-index: 3;"></iframe> | ||||
|     <div id="mask_bg" style="display: none;"></div> | ||||
| </asp:Content> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user