- Timestamp:
- Mar 14, 2011, 12:18:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/AdditionalPages/trunk/admin/template/add_page.tpl
r9350 r9660 1 {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"} 2 {html_head}{literal} 3 <script type="text/javascript"> 1 {footer_script require='jquery'}{literal} 4 2 jQuery().ready( function () { 5 3 jQuery('#title').focusout(function () { … … 12 10 }); 13 11 var auto_permalink = true; 14 </script> 12 {/literal}{/footer_script} 13 {html_head}{literal} 15 14 <style type="text/css"> 16 15 #mainConf { margin:0; }
Note: See TracChangeset
for help on using the changeset viewer.