View Single Post
  #10  
Old 13th March 2009, 15:41
Keiichi Keiichi is offline
Senior Member
 
Join Date: Feb 2008
Brazil
Posts: 25
Default config pics
Quote:
Originally Posted by fr33bh View Post
Ok guys, i fixed the errors you reported, and now i need people to test the release. I am making the download url publicly: ftp://ftp.berlios.de/pub/freetosu/fts-1.0.3-beta.zip . Test and report any errors you find. Thanks.
fr33bh


clientside/signup/form-field-tooltip.js
PHP Code:
orig
this
.tooltipText false;
this.imagePath 'images/';
this.arrowImageFile 'green-arrow.gif';
this.arrowImageFileRight 'green-arrow-right.gif';

fix
this
.tooltipText false;
this.imagePath 'pic/';
this.arrowImageFile 'green-arrow.gif';
this.arrowImageFileRight 'green-arrow-right.gif'
add on /pic/green-arrow.gif /green-arrow-right.gif

signup.php
Click image for larger version

Name:	greenarrowrightsignupfo.jpg
Views:	61
Size:	109.5 KB
ID:	1092

/config
Click image for larger version

Name:	config.jpg
Views:	18
Size:	52.5 KB
ID:	1093
Attached Files
File Type: rar config_pics.rar (3.02 MB, 33 views)
File Type: rar form-field-tooltip.rar (4.6 KB, 13 views)
Reply With Quote