Issue 2586: Admin UI Refactoring - Contents - Multilingual

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11729 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2012-10-16 05:33:26 +00:00
parent 005dff1ad4
commit 5fddec3f6d
6 changed files with 491 additions and 1730 deletions

View file

@ -445,7 +445,7 @@
$args->order_type = 'asc';
$args->search_keyword = Context::get('search_keyword');
$args->name = Context::get('name');
$args->list_count = 5;
$args->list_count = Context::get('list_count');
$args->page_count = 5;
$output = $this->getLangListByLangcode($args);