diff options
Diffstat (limited to 'admin/template/goto/double_select.tpl')
-rw-r--r-- | admin/template/goto/double_select.tpl | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/admin/template/goto/double_select.tpl b/admin/template/goto/double_select.tpl index 95363def8..62930aeb1 100644 --- a/admin/template/goto/double_select.tpl +++ b/admin/template/goto/double_select.tpl @@ -2,6 +2,21 @@ {known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.core.packed.js"} {known_script id="jquery.ui.resizable" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.resizable.packed.js"} +<script type="text/javascript"> + jQuery().ready(function(){ldelim} + jQuery(".doubleSelect select.categoryList").resizable({ldelim} + handles: "w,e", + animate: true, + animateDuration: "slow", + animateEasing: "swing", + preventDefault: true, + preserveCursor: true, + autoHide: true, + ghost: true + }); + }); +</script> + <table class="doubleSelect"> <tr> <td> @@ -21,20 +36,3 @@ </td> </tr> </table> - -{literal} -<script type="text/javascript"> - jQuery().ready(function(){ - jQuery(".doubleSelect select.categoryList").resizable({ - handles: "w,e", - animate: true, - animateDuration: "slow", - animateEasing: "swing", - preventDefault: true, - preserveCursor: true, - autoHide: true, - ghost: true - }); - }); -</script> -{/literal}
\ No newline at end of file |