Ignore:
Timestamp:
Dec 19, 2010, 12:24:32 PM (13 years ago)
Author:
Gotcha
Message:

bug:2065 (remove Javascript in head)
Ready for v1.1.6

Location:
extensions/ContactForm/themes
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/themes/cf_button.tpl

    r8153 r8196  
    1 {known_script id="jquery.ui" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.core.packed.js"}
    21<div class="cf-button">
    32<input type="button" value="{'cf_hide'|@translate}" onclick="hide('cf_messages');">
  • extensions/ContactForm/themes/cf_form.tpl

    r8153 r8196  
    1 {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"}
    2 {known_script id="jquery.ui" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.core.packed.js"}
    3 {known_script id="jquery.ui.resizable" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.resizable.packed.js"}
    41{literal}
    52<script type="text/javascript">
  • extensions/ContactForm/themes/simple-black/cf_form.tpl

    r8153 r8196  
    1 <!-- {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"} -->
    2 {known_script id="jquery.ui" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.core.packed.js"}
    3 {known_script id="jquery.ui.resizable" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.resizable.packed.js"}
    41{literal}
    52<script type="text/javascript">
  • extensions/ContactForm/themes/simple-sunset/cf_form.tpl

    r8153 r8196  
    1 <!-- {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"} -->
    2 {known_script id="jquery.ui" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.core.packed.js"}
    3 {known_script id="jquery.ui.resizable" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.resizable.packed.js"}
    41{literal}
    52<script type="text/javascript">
  • extensions/ContactForm/themes/simple-white/cf_form.tpl

    r8153 r8196  
    1 <!-- {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"} -->
    2 {known_script id="jquery.ui" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.core.packed.js"}
    3 {known_script id="jquery.ui.resizable" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.resizable.packed.js"}
    41{literal}
    52<script type="text/javascript">
  • extensions/ContactForm/themes/simple/cf_form.tpl

    r8153 r8196  
    1 <!-- {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"} -->
    2 {known_script id="jquery.ui" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.core.packed.js"}
    3 {known_script id="jquery.ui.resizable" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.resizable.packed.js"}
    41{literal}
    52<script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.