{combine_css path=$USER_COLLEC_PATH|@cat:"admin/template/style.css"} {footer_script require='jquery.ui.sortable'}{literal} $( "#fields_active, #fields_inactive" ).sortable({ connectWith: ".connectedSortable", items: "> li", placeholder: "sortable-moving" }).disableSelection(); $("input[name='generate']").click(function() { query = "ws.php?format=rest&method=pwg.collections.getSerialized&col_id={/literal}{$COL_ID}{literal}"; $("#fields_active li").each(function() { query+= '&content[]='+ $(this).data('name'); }); $("#iframeWrapper").show(); $("#invokeFrame").attr('src', query); return false; }); $("input[name='download']").click(function() { $("#fields_active li").each(function() { $("#export_form").append(''); }); }); {/literal}{/footer_script}

User Collections

{if $COL_ID}
{'Fields'|@translate}

{/if}