[*] BO Module search: Quick search can now search modules by name and not only display name

This commit is contained in:
Fabio Chelly
2013-10-07 11:34:16 +02:00
parent 48f20a4393
commit 2515d81bdd
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
<td><img class="imgm" alt="" src="{if isset($module->image)}{$module->image}{else}../modules/{$module->name}/{$module->logo}{/if}"></td>
<td>
<div class="moduleDesc" id="anchor{$module->name|ucfirst}">
<h3>{$module->displayName}
<h3>{$module->displayName}<span style="display:none">{$module->name}</span>
{if isset($module->type) && $module->type == 'addonsMustHave'}
<span class="setup must-have">{l s='Must Have'}</span>
{else}