mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 08:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1774 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
844b2eca8a
commit
6786339ffb
5 changed files with 8 additions and 10 deletions
|
|
@ -194,8 +194,8 @@ h4 .view { color:#158692; padding-right:.6em; font:bold .9em Tahoma; background:
|
|||
/* ----- Category Manager | Start ----- */
|
||||
#category_list { padding:.5em 0 .5em 0; margin-bottom:2em; }
|
||||
#category_list .checkbox { margin-top:1em; border:0px; }
|
||||
#menu_zone_info { position:absolute; top:0px; left:0px; width:600px; background-color:#FFFFFF; z-index:999; border:1px solid #888888; padding:10px; display:none;}
|
||||
#category_info { position:absolute; top:0px; left:0px; width:400px; background-color:#FFFFFF; z-index:999; border:1px solid #888888; padding:10px; display:none;}
|
||||
#menu_zone_info { position:absolute; top:0px; left:0px; width:700px; background-color:#FFFFFF; z-index:999; border:3px solid #888888; padding:10px; display:none;}
|
||||
#category_info { position:absolute; top:0px; left:0px; width:500px; background-color:#FFFFFF; z-index:999; border:3px solid #888888; padding:10px; display:none;}
|
||||
/* ----- Category Manager | End ----- */
|
||||
|
||||
.widget_item { margin-bottom:.5em; }
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<input type="hidden" name="parent_srl" value="{$category_info->parent_srl}" />
|
||||
|
||||
<table cellspacing="0" class="tableType2">
|
||||
<col width="100" />
|
||||
<col width="140" />
|
||||
<col width="*" />
|
||||
<!--@if($category_info->parent_category_name)-->
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -183,9 +183,8 @@ function completeGetCategoryTplInfo(ret_obj, response_tags) {
|
|||
xTop(obj, y);
|
||||
xRemoveEventListener(document,'mousedown',checkMousePosition);
|
||||
|
||||
try {
|
||||
fixAdminLayoutFooter();
|
||||
} catch(e) {
|
||||
if(xGetElementById('cBody')) {
|
||||
xHeight('cBody', y + xHeight(obj) + 50);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -83,9 +83,8 @@ function completeGetMenuItemTplInfo(ret_obj, response_tags) {
|
|||
xTop(obj, y);
|
||||
xRemoveEventListener(document,'mousedown',checkMousePosition);
|
||||
|
||||
try {
|
||||
fixAdminLayoutFooter();
|
||||
} catch(e) {
|
||||
if(xGetElementById('cBody')) {
|
||||
xHeight('cBody', y + xHeight(obj) + 50);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<input type="hidden" name="parent_srl" value="{$item_info->parent_srl}" />
|
||||
|
||||
<table cellspacing="0" class="tableType2">
|
||||
<col width="100" />
|
||||
<col width="140" />
|
||||
<col width="*" />
|
||||
<!--@if($item_info->parent_menu_name)-->
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue