Archived
1
0

Fix drag'n drop in plugin configs

As discussed in #65. Uses a simpler approach to detect the order of the items and their activation at the same time
This commit is contained in:
onli
2013-10-09 16:43:15 +02:00
parent ec864e6b71
commit daa3afe812
4 changed files with 13 additions and 49 deletions
+5
View File
@@ -27,6 +27,11 @@
{/foreach}
</div>
{/if}
{* Those are only needed if the plugin contains a config item of type sequence, liek the entryproperty-plugin *}
<script src="{serendipity_getFile file="admin/js/jquery.autoscroll.js"}"></script>
<script src="{serendipity_getFile file="admin/js/jquery.sortable.js"}"></script>
<script src="{serendipity_getFile file="admin/js/dragdrop.js"}"></script>
{foreach $OUT_STACK_REST as $out_stack_config_item}
<div class="configuration_group {cycle values='odd,even'}">
{$out_stack_config_item}