Changeset 8479


Ignore:
Timestamp:
Jan 5, 2011, 7:04:50 PM (13 years ago)
Author:
Gotcha
Message:

Returns and correction of the jQuery (thank you cljosse) in the header
bug:2065

Location:
extensions/ContactForm
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/CHANGELOG

    r8196 r8479  
     12011-01-05 1.1.7
     2                  [r8479] jQuery not charged (old way since 2.1) bug:2065
     3                  [r8478] Compatibility with "Stripped" theme bug:2098
     4                  [r8458] Update nl_NL
     5
    162010-12-19 1.1.6
    27                  [r7641] No display the ContactForm page when the principal bloc is hidden bug:2008
  • extensions/ContactForm/admin/themes/cf_config.tab.tpl

    r8196 r8479  
     1{html_head}
     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.tabs" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.tabs.packed.js"}
     4{/html_head}
     5
    16<div class="titrePage">
    27    <h2>{$CF.TITLE} [{$CF.VERSION}]<br>{'cf_config'|@translate}</h2>
  • extensions/ContactForm/admin/themes/cf_emails.tab.tpl

    r8196 r8479  
     1{html_head}
     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.tabs" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.tabs.packed.js"}
     4{/html_head}
     5
    16<div class="titrePage">
    27    <h2>{$CF.TITLE} [{$CF.VERSION}]<br>{'cf_emails'|@translate}</h2>
  • extensions/ContactForm/admin/themes/cf_language.tab.tpl

    r8196 r8479  
     1{html_head}
     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.tabs" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.tabs.packed.js"}
     4{/html_head}
     5
    16<script type="text/javascript">
    27function set_active(key) {ldelim}
  • extensions/ContactForm/include/cf_common.inc.php

    r8458 r8479  
    77
    88// Version
    9 define('CF_VERSION',            '1.1.6');
     9define('CF_VERSION',            '1.1.7');
    1010define('CF_TITLE',              'cf_plugin_name');
    1111
  • extensions/ContactForm/include/contactform.css

    r6547 r8479  
    4242        margin-left: 5px;
    4343}
     44
     45/* jQuery ui resizable */
     46.ui-resizable { position: relative; }
     47.ui-wrapper { border: 0; }
     48.ui-wrapper input, .ui-wrapper textarea { border: 0; }
     49
     50/* Global handle styles */
     51.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; }
     52.ui-resizable .ui-resizable-handle { display: block; }
     53body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
     54body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
     55.ui-resizable-n {
     56    cursor: n-resize;
     57    height: 6px;
     58    width: 100%;
     59    top: 0px;
     60    left: 0px;
     61    background: transparent url('../images/resizable-n.gif') no-repeat scroll center top;
     62}
     63.ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; background: transparent url(../../../admin/themes/roma/images/resizable-s.gif) no-repeat scroll center top; }
     64.ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; background: transparent url(../../../admin/themes/roma/images/resizable-e.gif) no-repeat scroll right center; }
     65.ui-resizable-w { cursor: w-resize; width: 6px; left: 0px; top: 0px; height: 100%; background: transparent url(../../../admin/themes/roma/images/resizable-w.gif) no-repeat scroll right center; }
     66.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(../../../admin/themes/roma/images/resizable-se.gif); }
     67.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(../../../admin/themes/roma/images/resizable-sw.gif); }
     68.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(../../../admin/themes/roma/images/resizable-nw.gif); }
     69.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(../../../admin/themes/roma/images/resizable-ne.gif); }
  • extensions/ContactForm/main.inc.php

    r8196 r8479  
    22/*
    33Plugin Name: Contact Form
    4 Version: 1.1.6
     4Version: 1.1.7
    55Description: Add a "Contact" item in the Menu block to offer a contact form to users
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=304
  • extensions/ContactForm/themes/cf_button.tpl

    r8196 r8479  
     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
    15<div class="cf-button">
    26<input type="button" value="{'cf_hide'|@translate}" onclick="hide('cf_messages');">
  • extensions/ContactForm/themes/cf_form.tpl

    r8196 r8479  
     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}
     6
    17{literal}
    28<script type="text/javascript">
  • extensions/ContactForm/themes/simple-black/cf_form.tpl

    r8196 r8479  
     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}
     6
    17{literal}
    28<script type="text/javascript">
  • extensions/ContactForm/themes/simple-sunset/cf_form.tpl

    r8196 r8479  
     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}
     6
    17{literal}
    28<script type="text/javascript">
  • extensions/ContactForm/themes/simple-white/cf_form.tpl

    r8196 r8479  
     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}
     6
    17{literal}
    28<script type="text/javascript">
  • extensions/ContactForm/themes/simple/cf_form.tpl

    r8196 r8479  
     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}
     6
    17{literal}
    28<script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.