{footer_script require='jquery.ui.resizable'}{literal} resize = false; function show_cat_list() { jQuery('.cat_replace').show(); if (!resize) { resize = true; jQuery('.categoryList1').resizable({ handles: "all", animate: true, animateDuration: "slow", animateEasing: "swing", preventDefault: true, preserveCursor: true, autoHide: true, ghost: true }); } } function hide_cat_list() { jQuery('.cat_replace').hide(); } jQuery().ready( function () { jQuery("input[name='piclens_wall_nav']").click( function() { if (this.checked) { show_cat_list(); } else { hide_cat_list(); } }); jQuery("input[name='piclens_wall_spec']").click( function() { if (this.checked) { jQuery('.spec_selection').show(); } else { jQuery('.spec_selection').hide(); } }); }); if (document.getElementsByName("piclens_wall_nav")[0].checked) { show_cat_list(); } if (document.getElementsByName("piclens_wall_spec")[0].checked) { jQuery('.spec_selection').show(); } {/literal}{/footer_script} {html_head} {/html_head}
{'piclens_admin_title'|@translate}