{include file='include/autosize.inc.tpl'} {footer_script require='jquery.ui.sortable'}{literal} jQuery(document).ready(function(){ // Resize possible for categories selection jQuery('.categoryList').resizable({ handles: "all", animate: true, animateDuration: "slow", animateEasing: "swing", preventDefault: true, preserveCursor: true, autoHide: true, ghost: true }); }); jQuery(document).ready(function() { var f = jQuery.farbtastic('#colorpickerA'); var selected; jQuery('.colorwell') .each(function () { f.linkTo(this); }) .focus(function() { f.linkTo(this); }); }); {/literal}{/footer_script} {html_head} {$OTHERS_SCRIPT} {/html_head}