Issue 2041: Starting module search UI modified for easier use

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@10921 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
nagoon97 2012-07-20 10:25:08 +00:00
parent 38d57999c6
commit 804f42a8e1
11 changed files with 395 additions and 24 deletions

View file

@ -617,6 +617,13 @@
foreach($mid_list as $module => $val) {
if(!$selected_module) $selected_module = $module;
$xml_info = $oModuleModel->getModuleInfoXml($module);
if(!$xml_info)
{
unset($mid_list[$module]);
continue;
}
$mid_list[$module]->title = $xml_info->title;
// change module category srl to title