Fix ML-Popup in html-nuggets (#27)
This commit is contained in:
@ -38,6 +38,9 @@
|
|||||||
{$formToken}
|
{$formToken}
|
||||||
{$config}
|
{$config}
|
||||||
</form>
|
</form>
|
||||||
|
{if ! $use_popup}
|
||||||
|
<script src="{serendipity_getFile file='admin/js/jquery.magnific-popup.js'}"></script>
|
||||||
|
{/if}
|
||||||
{elseif $adminAction == 'addnew'}
|
{elseif $adminAction == 'addnew'}
|
||||||
<h2>{if $type == 'event'}{$CONST.EVENT_PLUGINS}{else}{$CONST.SIDEBAR_PLUGINS}{/if} <span class="plugins_available">{$CONST.PLUGIN_AVAILABLE_COUNT|sprintf:$count_pluginstack}</span></h2>
|
<h2>{if $type == 'event'}{$CONST.EVENT_PLUGINS}{else}{$CONST.SIDEBAR_PLUGINS}{/if} <span class="plugins_available">{$CONST.PLUGIN_AVAILABLE_COUNT|sprintf:$count_pluginstack}</span></h2>
|
||||||
{foreach $errorstack as $e_idx => $e_name}
|
{foreach $errorstack as $e_idx => $e_name}
|
||||||
|
Reference in New Issue
Block a user