[*] 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
@@ -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}
+1 -1
View File
@@ -28,7 +28,7 @@
// these function pointers may change
var matches = function(elem) { elem.show() }
var noMatch = function(elem) { elem.hide(); new_hidden = true }
var getText = function(elem) { return elem.html() }
var getText = function(elem) { return elem.text() }
if( column ) {
var index = null;