[*] BO : Addons modules are now downloaded and installed at the same time (when you click on install button)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11567 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fSerny
2011-12-22 09:40:29 +00:00
parent cc7584e340
commit ec93df4efa
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
<p class="desc">{l s='Description'} : {$module->description}</p>
{if isset($module->message)}<div class="conf">{$module->message}</div>{/if}
<div class="row-actions-module">
{$module->optionsHtml}
{if !isset($module->not_on_disk)}{$module->optionsHtml}{else}&nbsp;{/if}
</div>
</div>
</td>