페이지 수정 배경색 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5859 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-03-12 05:48:15 +00:00
parent ff0191254f
commit ee37e85b49

View file

@ -54,7 +54,7 @@
<script type="text/javascript">
var confirm_delete_msg = "{$lang->confirm_delete}";
xAddEventListener(window,"load",function() { doStartPageModify('zonePageContent', '{$module_info->module_srl}'); });
xAddEventListener(window,"load",function() { doStartPageModify('zonePageContent', '{$module_info->module_srl}'); jQuery('div#xeAdmin').css('background-color','transparent');});
</script>
<!--#include("../../widget/tpl/widget_layer.html")-->