jQuery(document).ready(function() { jQuery("#reorder_media_list").sortable({forceHelperSize: true, forcePlaceholderSize: true, opacity: 0.7, cursor: 'move', axis: 'y'}); //-- update the order numbers after drag-n-drop sorting is complete jQuery('#reorder_media_list').bind('sortupdate', function(event, ui) { jQuery('#'+jQuery(this).attr('id')+' input').each( function (index, value) { value.value = index+1; } ); }); }); ".WT_I18N::translate('Re-order media').""; echo "  --- " . WT_I18N::translate('Click a row, then drag-and-drop to re-order media '); global $MEDIA_EXTERNAL, $MEDIATYPE; global $WORD_WRAPPED_NOTES, $MEDIA_DIRECTORY, $WT_IMAGES; global $is_media, $cntm1, $cntm2, $cntm3, $cntm4, $t, $mgedrec; global $edit, $tabno, $currtab; global $ids, $pid, $related, $level, $gedrec, $media_data, $order, $order1, $order2, $j; ?>