Skip to content
Snippets Groups Projects
Commit 1bf018b0 authored by Prasad's avatar Prasad
Browse files

Fixes #545: Added placeholder row to allow drag-and-drop work for last elements

parent 6c532263
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@
</tr>
</thead>
<tbody>
<tr><td><!-- Placeholder role to allow drag-and-drop for last elements --></td></tr>
<input type="hidden" id="dragImagePath" value="{vimage_path('drag.png')}" />
{assign var=PICKLIST_VALUES value=$SELECTED_PICKLISTFIELD_ALL_VALUES}
{foreach key=PICKLIST_KEY item=PICKLIST_VALUE from=$PICKLIST_VALUES}
......@@ -93,4 +94,4 @@
</div>
{/if}
</div>
{/strip}
\ No newline at end of file
{/strip}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment