8b64b57a27
Simplify all admin templates. git-svn-id: http://piwigo.org/svn/trunk@9586 68402e56-0260-453c-a942-63ccdbb3a9ee
15 lines
No EOL
393 B
Smarty
15 lines
No EOL
393 B
Smarty
{footer_script require='jquery.ui.resizable'}{literal}
|
|
jQuery(document).ready(function(){
|
|
// Resize possible for double select list
|
|
jQuery(".doubleSelect select.categoryList").resizable({
|
|
handles: "w,e",
|
|
animate: true,
|
|
animateDuration: "slow",
|
|
animateEasing: "swing",
|
|
preventDefault: true,
|
|
preserveCursor: true,
|
|
autoHide: true,
|
|
ghost: true
|
|
});
|
|
});
|
|
{/literal}{/footer_script} |