Page 1 of 1

Possibility to change <title> of the Webclient

Posted: Fri Mar 26, 2010 7:26 am
by MountainVision
Would be nice to have the possibility to change html tag <title> of all the files of the webclient in Admininterface. It should not be a big effort to replace it by a variable. Of course, I can do it also manually. I mean, I did... But on the next update I've to do it again and again....

The reason i'd like to change this is, if my users save the bookmark, it's called Wing FTP Server and not the name of my site. It's just an input... thx

Re: Possibility to change <title> of the Webclient

Posted: Fri Mar 26, 2010 8:35 am
by FTP
OK, please paste what you have changed, so we can add it to the next release.

Re: Possibility to change <title> of the Webclient

Posted: Fri Mar 26, 2010 10:48 am
by MountainVision
What I meant with "I did it manually" was, that I just replaced the string between <title> and </title> in login.html of the webclient

But what I asked for was something like this:
http://img515.imageshack.us/img515/9165/wftp.jpg

As you can see, I tried to program it by my own... But I'm not very versed in ajax programming and it tooked me to long to find out where the variables are saved and loaded...

Re: Possibility to change <title> of the Webclient

Posted: Fri Mar 26, 2010 12:28 pm
by FTP
I know what is your meaning, but we must keep the version info in <title>. So if you want to change it, please do it by yourself, and it is not very complex.