2010-09-02, 04:37 PM
2010-09-02, 04:58 PM
It's hard coded in the JavaScript files, I can help you out if you are willing to edit those.
2010-09-02, 05:43 PM
(2010-09-02, 04:58 PM)Zash Wrote: [ -> ]It's hard coded in the JavaScript files, I can help you out if you are willing to edit those.
Where can I find those files?
2010-09-02, 05:45 PM
usually the ******** gives away which field is the password one....
2010-09-02, 05:47 PM
2010-09-02, 05:47 PM
what is the name of file?
What do I change
(2010-09-02, 05:47 PM)Zash Wrote: [ -> ](2010-09-02, 05:43 PM)jmcdonald Wrote: [ -> ](2010-09-02, 04:58 PM)Zash Wrote: [ -> ]It's hard coded in the JavaScript files, I can help you out if you are willing to edit those.
Where can I find those files?
It's in /jscripts/general.js
What do I change
2010-09-02, 05:57 PM
In teh QuickLogin function.............
find
add directly above
find
add directly above
find
if(this.browser == "ie")
{
var input = document.createElement("<input name=\"quick_username\">");
}
add directly above
form.innerHTML += lang.username + " ";
find
if(this.browser == "ie")
{
var input = document.createElement("<input name=\"quick_password\">");
}
else
add directly above
form.innerHTML += lang.password + " ";
2010-09-02, 06:23 PM
(2010-09-02, 05:57 PM)pavemen Wrote: [ -> ]In teh QuickLogin function.............
find
if(this.browser == "ie") { var input = document.createElement("<input name=\"quick_username\">"); }
add directly above
form.innerHTML += lang.username + " ";
find
if(this.browser == "ie") { var input = document.createElement("<input name=\"quick_password\">"); } else
add directly above
form.innerHTML += lang.password + " ";
thanks how can I move them over to the left some more?
(2010-09-02, 05:57 PM)pavemen Wrote: [ -> ]In teh QuickLogin function.............
find
if(this.browser == "ie") { var input = document.createElement("<input name=\"quick_username\">"); }
add directly above
form.innerHTML += lang.username + " ";
find
if(this.browser == "ie") { var input = document.createElement("<input name=\"quick_password\">"); } else
add directly above
form.innerHTML += lang.password + " ";
can they be moved to the left and How?
2010-09-02, 07:03 PM
mean more space between the words and the boxes? just add more space in the " " part you add.
you can also replace the " " with " " and insert as many items as you want spaces.
one = one space
you can also replace the " " with " " and insert as many items as you want spaces.
one = one space