related to #1415 plugin container's display in given in template at page reload

This commit is contained in:
Matthieu Leproux
2021-06-24 12:31:49 +02:00
parent 2306211335
commit 9fe2f11f4c
@@ -236,7 +236,7 @@ jQuery(".pluginMiniBox").each(function(index){
<div class="emptyResearch"> {'No plugins found'|@translate} </div>
<div class="pluginContainer">
<div class="pluginContainer {if $smarty.cookies.pwg_plugin_manager_view == 'classic'} classic {elseif $smarty.cookies.pwg_plugin_manager_view == 'line'} line {elseif $smarty.cookies.pwg_plugin_manager_view == 'compact'} compact {else} {/if}">
{foreach from=$plugins item=plugin name=plugins_loop}