- Timestamp:
- Sep 26, 2008, 10:18:34 PM (16 years ago)
- Location:
- trunk/admin/template/goto
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/template/goto/footer.tpl
r2526 r2598 1 1 {* $Id$ *} 2 2 {* 3 4 5 3 Warning : This is the admin pages footer only 6 4 don't be confusing with the public page footer 7 8 5 *} 9 6 <div id="copyright"> … … 39 36 {/if} 40 37 </div> <!-- the_page --> 38 39 <!-- Begin of JS --> 40 {literal} 41 <script type="text/javascript"> 42 // All admin textarea are resizable 43 jQuery().ready(function(){ 44 jQuery("TEXTAREA").resizable({ 45 handles: "all", 46 animate: true, 47 animateDuration: "slow", 48 animateEasing: "swing", 49 preventDefault: true, 50 preserveCursor: true, 51 autoHide: true, 52 ghost: true 53 }); 54 }); 55 </script> 56 {/literal} 57 <!-- End of JS --> 58 41 59 </body> 42 60 </html> -
trunk/admin/template/goto/header.tpl
r2526 r2598 24 24 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/template/{$themeconf.template}/theme/{$themeconf.theme}/theme.css"> 25 25 {known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js" now=1} {*jQuery is always available by default*} 26 {known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.core.packed.js"} 27 {known_script id="jquery.ui.sortable" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.resizable.packed.js"} 26 28 {$themeconf.local_head} 27 29 <script type="text/javascript" src="{$ROOT_URL}template-common/scripts.js"></script>
Note: See TracChangeset
for help on using the changeset viewer.