diff --git a/classes/context/Context.class.php b/classes/context/Context.class.php index 1ad1ea3fa..3fe307722 100644 --- a/classes/context/Context.class.php +++ b/classes/context/Context.class.php @@ -92,6 +92,14 @@ $this->_set('logged_info', NULL); } + ////////////////// + //$logged_info->is_admin = 'Y'; + //$_SESSION['logged_info'] = $logged_info; + //$_SESSION['is_logged'] = true; + //$this->_set('is_logged', true); + //$this->_set('logged_info', $logged_info); + ////////////////// + // rewrite 모듈사용 상태 체크 if(file_exists('./.htaccess')&&in_array('mod_rewrite',apache_get_modules())) $this->allow_rewrite = true; diff --git a/modules/admin/tpl/css/admin.css b/modules/admin/tpl/css/admin.css index d2bfaf663..f807806b8 100644 --- a/modules/admin/tpl/css/admin.css +++ b/modules/admin/tpl/css/admin.css @@ -32,7 +32,7 @@ IE7 Only /* ----- cBody | Start ----- */ -h3 { position:relative; padding:22px 0 7px 0; border-bottom:2px solid #f2250d; background:url(../images/h3.gif) no-repeat 1px 24px; font-size:1.4em; margin-bottom:10px; text-indent:24px; z-index:99;} +h3 { padding:22px 0 7px 0; border-bottom:2px solid #f2250d; background:url(../images/h3.gif) no-repeat 1px 24px; font-size:1.4em; margin-bottom:10px; text-indent:24px; z-index:99;} h3 .gray { color:#9d9d9d;} .pass { background:url(../images/h4.gif) no-repeat .5em center; padding-left:1em; color:#606060; font-size:1em;} .header4 { overflow:hidden;} @@ -93,7 +93,7 @@ h4 .view { color:#158692; padding-right:.6em; font:bold .9em Tahoma; background: .pageNavigation .current { position:relative; margin-left:-4px; font:bold 1em Tahoma; color:#ff6600; display:inline-block; padding:1px 7px 1px 6px; border-left:1px solid #dedfde; border-right:1px solid #CCCCCC; text-decoration:none; line-height:1em; } /* tableStyle */ -.infoText { border:1px solid #f2f2f0; margin-bottom:12px; background:#f9f9f6; padding:1.2em; color:#7b7972; font-size:.9em; line-height:1.4em;} +.infoText { clear:both; border:1px solid #f2f2f0; margin-bottom:12px; background:#f9f9f6; padding:1.2em; color:#7b7972; font-size:.9em; line-height:1.4em;} .gap1 { margin-top:1em; } .tableSummaryType1 { font:bold .8em Tahoma; color:#a0a0a0; margin-bottom:10px;} .tableSummaryType1 strong { font:bold 1em Tahoma; color:#ff1a00;} diff --git a/modules/admin/tpl/images/buttonTypeALeft.gif b/modules/admin/tpl/images/buttonTypeALeft.gif index 12839fe05..e23080b50 100644 Binary files a/modules/admin/tpl/images/buttonTypeALeft.gif and b/modules/admin/tpl/images/buttonTypeALeft.gif differ diff --git a/modules/admin/tpl/js/iePngFix.htc b/modules/admin/tpl/js/iePngFix.htc index 8a138a5b9..99b66f774 100644 --- a/modules/admin/tpl/js/iePngFix.htc +++ b/modules/admin/tpl/js/iePngFix.htc @@ -8,7 +8,8 @@ // For details, see: http://creativecommons.org/licenses/LGPL/2.1/ // This must be a path to a blank image. That's all the configuration you need. -if (typeof blankImg == 'undefined') var blankImg = '../images/blank.gif'; // 1x1px 짜리 투명 이미지(blank.gif)의 경로를 변경. +if (typeof blankImg == 'undefined') var blankImg = request_uri+'/common/tpl/images/blank.gif'; // 1x1px 짜리 투명 이미지(blank.gif)의 경로를 변경. +alert(blankImg); var f = 'DXImageTransform.Microsoft.AlphaImageLoader'; function filt(s, m)