// Modules list fix

This commit is contained in:
Jerome Nadaud
2013-08-28 10:18:43 +02:00
parent bfe6c07053
commit 4a7e68ae05
2 changed files with 3 additions and 2 deletions
@@ -45,7 +45,6 @@
{else}
<span class="label label-warning">{l s='Not installed'}</span>
{/if}
{/if}
</h4>
<p>
@@ -75,6 +74,7 @@
<div id="list-action-button" class="btn-group">
{assign var=option value=$module->optionsHtml[0]}
{$option}
{if $module->optionsHtml|count > 1}
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" >
<span class="caret">&nbsp;</span>
</button>
@@ -85,6 +85,7 @@
{/if}
{/foreach}
</ul>
{/if}
</div>
{/if}
</td>
+1 -1
View File
@@ -2325,7 +2325,7 @@ class AdminControllerCore extends Controller
if (in_array($module->name, $filter_modules_list) && $perm)
{
$this->fillModuleData($module, 'select');
$this->fillModuleData($module, 'array');
$this->modules_list[array_search($module->name, $filter_modules_list)] = $module;
}
}