rhymix/common/tpl/popup_layout.html
ChanMyeong f6a00de24c Communication module bootstrap UI fix.
Module selector popup UI fixed.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12577 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-01-21 10:06:40 +00:00

11 lines
475 B
HTML

<load target="../../modules/admin/tpl/css/admin.bootstrap.min.css" usecdn="true" />
<load target="../../modules/admin/tpl/css/admin.min.css" usecdn="true" />
<load cond="$lang_type=='ko'" target="../../modules/admin/tpl/css/admin_ko.css" usecdn="true" />
<load cond="$lang_type=='en'" target="../../modules/admin/tpl/css/admin_en.css" usecdn="true" />
<div class="x">
{$content}
</div>
<script>
jQuery(window).load(setFixedPopupSize);
var _isPoped = true;
</script>