Changeset 187
- Timestamp:
- 09/11/07 21:42:25 (16 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
ChangeLog (modified) (1 diff)
-
includes/config.inc.default.php (modified) (1 diff)
-
web/js/thickbox.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r180 r187 1 CpVES 0.06 YYYY-MM-DD- Jonas Genannt - <jonas.genannt@brachium-system.net>1 CpVES 0.06 2007-09-11 - Jonas Genannt - <jonas.genannt@brachium-system.net> 2 2 o Added: autoresponder.pl: special X-Header vacation disable 3 3 o Added: special X-Header vacation to email user/admin frontend -
trunk/includes/config.inc.default.php
r179 r187 78 78 "autoresponder_send", "email_options","fetchmail", 79 79 "mailarchive","mailfilter","spamassassin","spamassassin_learn","autoresponder_xheader"); 80 $config['cpves_version']="0.06 -SVN";80 $config['cpves_version']="0.06"; 81 81 require_once(ROOT . '/includes/func.inc.php'); 82 82 ?> -
trunk/web/js/thickbox.js
r102 r187 6 6 */ 7 7 8 var tb_pathToImage = "images/loadingAnimation.gif";8 //var tb_pathToImage = "images/loadingAnimation.gif"; 9 9 10 10 /*!!!!!!!!!!!!!!!!! edit below this line at your own risk !!!!!!!!!!!!!!!!!!!!!!!*/ … … 13 13 $(document).ready(function(){ 14 14 tb_init('a.thickbox, area.thickbox, input.thickbox');//pass where to apply thickbox 15 imgLoader = new Image();// preload image16 imgLoader.src = tb_pathToImage;15 //imgLoader = new Image();// preload image 16 //imgLoader.src = tb_pathToImage; 17 17 }); 18 18
