mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
issue #2164 batch manager unit mode bug fix
Fixed a bug where an error would occur if no plugin is loading content in batch manager unit mode
This commit is contained in:
@@ -257,9 +257,11 @@ pluginValues = [];
|
||||
<strong>{'Description'|@translate}</strong>
|
||||
<textarea cols="50" rows="4" name="description" class="description-box" id="description">{$element.DESCRIPTION}</textarea>
|
||||
</div>
|
||||
{if isset($PLUGINS_BATCH_MANAGER_UNIT_ELEMENT_SUBTEMPLATE)}
|
||||
{foreach from=$PLUGINS_BATCH_MANAGER_UNIT_ELEMENT_SUBTEMPLATE item=PATH}
|
||||
{include file=$PATH}
|
||||
{/foreach}
|
||||
{/foreach}
|
||||
{/if}
|
||||
{* Plugins anchor 1 *}
|
||||
<div class="validation-container">
|
||||
<div class="save-button-container">
|
||||
|
||||
Reference in New Issue
Block a user