1
0

Fix ML-Popup in html-nuggets ()

This commit is contained in:
onli
2013-07-30 17:35:23 +02:00
parent 266f8dd3a8
commit 7bdb4d7c6c

@ -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}