![patdenice](/assets/img/avatar_default.png)
Simplify all admin templates. git-svn-id: http://piwigo.org/svn/trunk@9586 68402e56-0260-453c-a942-63ccdbb3a9ee
16 lines
419 B
Smarty
16 lines
419 B
Smarty
{* Resize possible *}
|
|
{footer_script require='jquery.ui.resizable'}{literal}
|
|
jQuery().ready(function(){
|
|
// Resize possible for list
|
|
jQuery(".categoryList").resizable({
|
|
handles: "all",
|
|
animate: true,
|
|
animateDuration: "slow",
|
|
animateEasing: "swing",
|
|
preventDefault: true,
|
|
preserveCursor: true,
|
|
autoHide: true,
|
|
ghost: true
|
|
});
|
|
});
|
|
{/literal}{/footer_script}
|