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/cf_button.tpl

    r8479 r10035  
    1 {html_head}
    2   {known_script id="jquery.ui" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.core.packed.js"}
    3 {/html_head}
    4 
    51<div class="cf-button">
    62<input type="button" value="{'cf_hide'|@translate}" onclick="hide('cf_messages');">
    73</div>
    8 {literal}
    9 <script type="text/javascript">
     4
     5{footer_script require="jquery"}{literal}
    106function hide(id) {
    117  var element = document.getElementById(id);
     
    1511  }
    1612}
    17 </script>
    18 {/literal}
     13{/literal}{/footer_script}
Note: See TracChangeset for help on using the changeset viewer.