mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
problem of multilangual in virtual site
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12648 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0b2924f940
commit
a529970101
3 changed files with 3 additions and 3 deletions
|
|
@ -419,7 +419,7 @@ jQuery(function($){
|
|||
$('body').css('overflow','auto');
|
||||
$this.focus();
|
||||
});
|
||||
$('div.x_modal').addClass('x').hide();
|
||||
$('div.x_modal').addClass('x');
|
||||
};
|
||||
$('a.modalAnchor').xeModalWindow();
|
||||
});
|
||||
|
|
|
|||
|
|
@ -488,7 +488,7 @@ class moduleAdminModel extends module
|
|||
*/
|
||||
function getModuleAdminLangListHtml()
|
||||
{
|
||||
$siteModuleInfo = Context::get('site_module_info');
|
||||
$site_module_info = Context::get('site_module_info');
|
||||
$args->site_srl = (int)$site_module_info->site_srl;
|
||||
$args->langCode = Context::get('lang_code');
|
||||
$args->page = Context::get('page');
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
</tables>
|
||||
<columns>
|
||||
<column name="site_srl" var="site_srl" notnull="notnull" />
|
||||
<column name="layout_Srl" var="layout_srl" notnull="notnull" default="0" />
|
||||
<column name="layout_srl" var="layout_srl" notnull="notnull" default="0" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="module_srl" var="module_srl" filter="number" notnull="notnull" pipe="and" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue