Changeset 8479 for extensions
- Timestamp:
- Jan 5, 2011, 7:04:50 PM (14 years ago)
- Location:
- extensions/ContactForm
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ContactForm/CHANGELOG
r8196 r8479 1 2011-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 1 6 2010-12-19 1.1.6 2 7 [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 1 6 <div class="titrePage"> 2 7 <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 1 6 <div class="titrePage"> 2 7 <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 1 6 <script type="text/javascript"> 2 7 function set_active(key) {ldelim} -
extensions/ContactForm/include/cf_common.inc.php
r8458 r8479 7 7 8 8 // Version 9 define('CF_VERSION', '1.1. 6');9 define('CF_VERSION', '1.1.7'); 10 10 define('CF_TITLE', 'cf_plugin_name'); 11 11 -
extensions/ContactForm/include/contactform.css
r6547 r8479 42 42 margin-left: 5px; 43 43 } 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; } 53 body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */ 54 body .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 2 2 /* 3 3 Plugin Name: Contact Form 4 Version: 1.1. 64 Version: 1.1.7 5 5 Description: Add a "Contact" item in the Menu block to offer a contact form to users 6 6 Plugin 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 1 5 <div class="cf-button"> 2 6 <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 1 7 {literal} 2 8 <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 1 7 {literal} 2 8 <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 1 7 {literal} 2 8 <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 1 7 {literal} 2 8 <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 1 7 {literal} 2 8 <script type="text/javascript">
Note: See TracChangeset
for help on using the changeset viewer.