fix #76 위젯 편집힐 때 실제 보여질 화면과 다르게 보여지는 문제 해결

- twitter bootstrap을 적용하지 않도록 변경
This commit is contained in:
bnu 2014-03-19 18:06:08 +09:00
parent 6e8c5bc3ca
commit e94bdf29b1
2 changed files with 2 additions and 1 deletions

View file

@ -63,7 +63,7 @@ class HTMLDisplayHandler
// add .x div for adminitration pages
if(Context::getResponseMethod() == 'HTML')
{
if(Context::get('module') != 'admin' && strpos(Context::get('act'), 'Admin') > 0)
if(Context::get('module') != 'admin' && strpos(Context::get('act'), 'Admin') > 0 && Context::get('act') != 'dispPageAdminContentModify' && Context::get('act') != 'dispPageAdminMobileContentModify')
{
$output = '<div class="x">' . $output . '</div>';
}

View file

@ -127,6 +127,7 @@
height: 14px;
border: 0;
cursor: pointer;
vertical-align: middle;
background: transparent url("../../../admin/tpl/img/glyphicons-halflings.png") no-repeat;
}
.widgetButtons .widgetSetup {