Ignore:
Timestamp:
Apr 4, 2011, 2:51:28 PM (13 years ago)
Author:
plg
Message:

compatibility with Piwigo 2.2 (remove "adviser", get_comment_post_key()
replaced by get_ephemeral_key(), known_script replaced by combine_script
and use of combine_css)

textarea is no more "resizable" (useless and break CSS rules)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/themes/simple-black/cf_form.tpl

    r8479 r10035  
    1 {html_head}
    2   <!-- {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"} -->
    3   {known_script id="jquery.ui" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.core.packed.js"}
    4   {known_script id="jquery.ui.resizable" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.resizable.packed.js"}
    5 {/html_head}
     1{combine_css path="plugins/ContactForm/include/contactform.css"}
     2{combine_script id="ContactForm" load="async" path="plugins/ContactForm/include/contactform.js"}
    63
    7 {literal}
    8 <script type="text/javascript">
     4{footer_script}{literal}
    95jQuery().ready(function(){
    106    // Resize possible for textarea
     
    5854  return true;
    5955}
    60 </script>
    61 {/literal}
     56{/literal}{/footer_script}
     57
    6258<div id="subcontent" class="contact-form">
    6359  <form  method="post" action="{$CF.F_ACTION}" class="filter" id="contactform" onsubmit="return cf_validate();">
Note: See TracChangeset for help on using the changeset viewer.